@@ -58,18 +58,18 @@ const Hero: React.FC = () => {
5858 < span className = "text-alien-gold" > DAO</ span >
5959 </ motion . h1 >
6060
61- { /* Star Wars inspired description */ }
61+ { /* Star Wars inspired description - ESTÁTICO, SIN FONDO NI ANIMACIÓN DE CRAWL */ }
6262 < motion . div
63- className = "star-wars-crawl"
63+ className = "text-center px-2 py-4" // Elimina clases tipo ' star-wars-crawl'
6464 initial = { { opacity : 0 } }
6565 animate = { { opacity : 1 } }
6666 transition = { { delay : 0.5 , duration : 1 } }
6767 >
68- < div className = "star-wars-content" >
69- < p className = "mb-4 text-sm sm:text-base lg: text-lg " >
68+ < div >
69+ < p className = "mb-4 text-lg font-nasalization text-alien-gold " >
7070 Access the DAO with Innovative Solutions, Unlocks Energy Efficiency & Environmental Sustainability .
7171 </ p >
72- < p className = "text-sm sm:text-base lg: text-lg opacity-90 " >
72+ < p className = "text-base opacity-90 text-alien-green font-nasalization " >
7373 Advantages Boosting the BENEFITS, for Connecting you and Raise your QUALITY of LIFE, with Mutual PROFITS…
7474 </ p >
7575 </ div >
@@ -83,20 +83,20 @@ const Hero: React.FC = () => {
8383 transition = { { delay : 1 , duration : 0.8 } }
8484 >
8585 < Link to = "/about" className = "w-full sm:w-auto" >
86- < Button className = "w-full sm:w-auto bg-alien-green text-alien-gold hover:bg-alien-gold hover:text-alien-green font-nasalization px-6 sm:px-8 py-3 sm:py-4 text-sm sm:text-base rounded-full transition-all duration-300 shadow-lg hover:shadow-xl hover:scale-105 " >
86+ < Button className = "w-full sm:w-auto bg-alien-green text-alien-gold hover:bg-alien-gold hover:text-alien-green font-nasalization px-6 sm:px-8 py-3 sm:py-4 text-sm sm:text-base rounded-full" >
8787 < Orbit className = "mr-2 h-4 w-4" /> About Enter Portal
8888 </ Button >
8989 </ Link >
9090
9191 < Link to = "/alien-trip" className = "w-full sm:w-auto" >
92- < Button className = "w-full sm:w-auto bg-alien-green text-alien-gold hover:bg-alien-gold hover:text-alien-green font-nasalization px-6 sm:px-8 py-3 sm:py-4 text-sm sm:text-base rounded-full transition-all duration-300 shadow-lg hover:shadow-xl hover:scale-105 " >
92+ < Button className = "w-full sm:w-auto bg-alien-green text-alien-gold hover:bg-alien-gold hover:text-alien-green font-nasalization px-6 sm:px-8 py-3 sm:py-4 text-sm sm:text-base rounded-full" >
9393 < ScrollText className = "mr-2 h-4 w-4" /> Alientrip Manifesto
9494 </ Button >
9595 </ Link >
9696
9797 < Button
9898 onClick = { scrollToSpaces }
99- className = "w-full sm:w-auto bg-alien-green text-alien-gold hover:bg-alien-gold hover:text-alien-green font-nasalization px-6 sm:px-8 py-3 sm:py-4 text-sm sm:text-base rounded-full transition-all duration-300 shadow-lg hover:shadow-xl hover:scale-105 "
99+ className = "w-full sm:w-auto bg-alien-green text-alien-gold hover:bg-alien-gold hover:text-alien-green font-nasalization px-6 sm:px-8 py-3 sm:py-4 text-sm sm:text-base rounded-full transition"
100100 >
101101 < Globe className = "mr-2 h-4 w-4" /> Join the Journey
102102 </ Button >
0 commit comments