File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,17 @@ const Hero: React.FC = () => {
5050 initial = { { opacity : 0 , y : - 20 } }
5151 animate = { { opacity : 1 , y : 0 } }
5252 transition = { { duration : 1 , ease : 'easeOut' } }
53- className = "text-2xl sm:text-4xl md:text-5xl lg:text-6xl font-nasalization font-extrabold leading-tight text-center hero-title mb-8 sm:mb-12"
53+ className = "text-2xl sm:text-4xl md:text-5xl lg:text-6xl font-nasalization font-extrabold leading-tight text-center hero-title mb-8 sm:mb-12 text-glow" // <-- Añadido aquí
5454 >
5555 < span className = "text-alien-green" > Δlieπ</ span >
5656 < span className = "text-alien-gold" > FlΦw</ span >
5757 < span className = "text-alien-green" > $pac€</ span >
5858 < span className = "text-alien-gold" > DAO</ span >
5959 </ motion . h1 >
6060
61- { /* Star Wars inspired description - ESTÁTICO, SIN FONDO NI ANIMACIÓN DE CRAWL */ }
61+ { /* Star Wars inspired description - con resplandor */ }
6262 < motion . div
63- className = "text-center px-2 py-4" // Elimina clases tipo 'star-wars-crawl'
63+ className = "text-center px-2 py-4 text-glow " // <-- Añadido aquí
6464 initial = { { opacity : 0 } }
6565 animate = { { opacity : 1 } }
6666 transition = { { delay : 0.5 , duration : 1 } }
You can’t perform that action at this time.
0 commit comments