@@ -15,7 +15,7 @@ const Hero = () => {
1515 transition = { { duration : 0.8 } }
1616 className = "mb-8"
1717 >
18- < div className = "flex flex-col justify-center items-center mb-12 relative" >
18+ < div className = "flex flex-col justify-center items-center mb-8 relative" >
1919 < motion . img
2020 src = "/lovable-uploads/ALogo.png"
2121 alt = "AlienFlowSpaceDAO Logo"
@@ -34,35 +34,31 @@ const Hero = () => {
3434 />
3535 </ div >
3636
37- < div className = "star-wars-crawl mb-8" >
38- < div className = "star-wars-content" >
39- < h1
40- className = "text-3xl sm:text-4xl md:text-5xl lg:text-6xl mb-6 text-glow text-center font-nasalization leading-tight"
41- style = { {
42- fontFamily : "'Nasalization', sans-serif !important" ,
43- letterSpacing : '0.02em'
44- } }
45- >
46- < span className = "text-alien-green" > Δlieπ</ span >
47- < span className = "text-alien-gold" > FlΦw</ span >
48- < span className = "text-alien-green" > $pac€</ span >
49- < span className = "text-alien-gold" > DAO</ span >
50- </ h1 >
51- </ div >
37+ < div className = "mb-6" >
38+ < h1
39+ className = "text-3xl sm:text-4xl md:text-5xl lg:text-6xl mb-4 text-glow text-center font-nasalization leading-tight"
40+ style = { {
41+ fontFamily : "'Nasalization', sans-serif !important" ,
42+ letterSpacing : '0.02em'
43+ } }
44+ >
45+ < span className = "text-alien-green" > Δlieπ</ span >
46+ < span className = "text-alien-gold" > FlΦw</ span >
47+ < span className = "text-alien-green" > $pac€</ span >
48+ < span className = "text-alien-gold" > DAO</ span >
49+ </ h1 >
5250 </ div >
5351
54- < div className = "star-wars-crawl mb-8" >
55- < div className = "star-wars-content" >
56- < motion . p
57- className = "text-base sm:text-lg md:text-xl text-gray-300 max-w-4xl mx-auto font-[Exo] text-center leading-relaxed"
58- style = { { letterSpacing : '0.01em' } }
59- initial = { { opacity : 0 } }
60- animate = { { opacity : 1 } }
61- transition = { { delay : 0.3 , duration : 0.8 } }
62- >
63- Access & Explore the DAO with Innovative Solutions , Unlock Energy Efficiency & Environmental Sustainability , Uniting : BioFi , DeFi , DePin , DeSci , IPFS , QFS , ReFi , RWA , SocialFi , and TradFi under one cosmic ecosystem .
64- </ motion . p >
65- </ div >
52+ < div className = "mb-6" >
53+ < motion . p
54+ className = "text-base sm:text-lg md:text-xl text-gray-300 max-w-4xl mx-auto font-[Exo] text-center leading-relaxed"
55+ style = { { letterSpacing : '0.01em' } }
56+ initial = { { opacity : 0 } }
57+ animate = { { opacity : 1 } }
58+ transition = { { delay : 0.3 , duration : 0.8 } }
59+ >
60+ Access & Explore the DAO with Innovative Solutions , Unlock Energy Efficiency & Environmental Sustainability , Uniting : BioFi , DeFi , DePin , DeSci , IPFS , QFS , ReFi , RWA , SocialFi , and TradFi under one cosmic ecosystem .
61+ </ motion . p >
6662 </ div >
6763 </ motion . div >
6864
0 commit comments