File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ 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 text-glow" // <-- Añadido aquí
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 hero-title"
5454 >
5555 < span className = "text-alien-green" > Δlieπ</ span >
5656 < span className = "text-alien-gold" > FlΦw</ span >
@@ -60,7 +60,7 @@ const Hero: React.FC = () => {
6060
6161 { /* Star Wars inspired description - con resplandor */ }
6262 < motion . div
63- className = "text-center px-2 py-4 text -glow" // <-- Añadido aquí
63+ className = "text-center px-2 py-4 readable -glow"
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