File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,18 +84,19 @@ const Hero: React.FC = () => {
8484 />
8585 </ div >
8686
87- { /* Main title */ }
88- < motion . h1
87+ { /* Tagline */ }
88+ < motion . p
8989 initial = { { opacity : 0 , y : - 20 } }
9090 animate = { { opacity : 1 , y : 0 } }
9191 transition = { { duration : 1 , ease : 'easeOut' } }
92- className = "text-xl xs:text-2xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl font-nasalization font-extrabold leading-tight text-center hero-title mb-6 sm:mb-8 md:mb-12 tracking-tight sm:tracking-normal "
92+ className = "text-lg sm:text-xl md:text-2xl font-nasalization font-bold text-center mb-6 sm:mb-8 md:mb-10 tracking-wide "
9393 >
94- < span className = "text-alien-green" > Δlieπ</ span >
95- < span className = "text-alien-gold" > FlΦw</ span >
96- < span className = "text-alien-green" > $pac€</ span >
97- < span className = "text-alien-gold" > DAO</ span >
98- </ motion . h1 >
94+ < span className = "text-alien-green" > Decentralized</ span >
95+ < span className = "text-alien-gold" > · </ span >
96+ < span className = "text-alien-gold" > Autonomous</ span >
97+ < span className = "text-alien-green" > · </ span >
98+ < span className = "text-alien-green" > Organization</ span >
99+ </ motion . p >
99100
100101 { /* Star Wars inspired description */ }
101102 < motion . div
You can’t perform that action at this time.
0 commit comments