Skip to content

Commit d739ac7

Browse files
authored
Update Hero.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent 98c059d commit d739ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)