Split hero subtitle: smaller lineage lines, larger P4P statement
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f6f51411c2
commit
986ea9f14e
|
|
@ -84,16 +84,19 @@ export function HeroSection() {
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{/* Subtitle */}
|
{/* Subtitle */}
|
||||||
<p
|
<div
|
||||||
className="emerge-letter text-xl sm:text-2xl md:text-3xl font-serif font-light tracking-wide opacity-80"
|
className="emerge-letter space-y-3"
|
||||||
style={{ animationDelay: "1.2s" }}
|
style={{ animationDelay: "1.2s" }}
|
||||||
>
|
>
|
||||||
Rebooting the legacy of the Commons Stack.
|
<p className="text-base sm:text-lg md:text-xl font-serif font-light tracking-wide opacity-60">
|
||||||
<br />
|
Rebooting the legacy of the Commons Stack.
|
||||||
Preserving the legacy of the P2P Foundation.
|
<br />
|
||||||
<br />
|
Preserving the legacy of the P2P Foundation.
|
||||||
The P4P (Peer-for-Peer) Movement, emerging from the soil.
|
</p>
|
||||||
</p>
|
<p className="text-xl sm:text-2xl md:text-3xl font-serif font-light tracking-wide opacity-80">
|
||||||
|
The P4P (Peer-for-Peer) Movement, emerging from the soil.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
{/* Cycling terminal tagline */}
|
{/* Cycling terminal tagline */}
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue