Skip to content

Commit fc5349e

Browse files
Visual edit in Lovable
Edited UI in Lovable
1 parent d79638b commit fc5349e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const HeroSection = ({
3333
{/* Headline */}
3434
<h1 className="text-4xl md:text-6xl lg:text-7xl font-black mb-6 animate-fade-in-up animation-delay-200">
3535
{t.hero.title1}
36-
<span className="block text-gradient">{t.hero.title2}</span>
36+
<span className="block text-gradient pb-4">{t.hero.title2}</span>
3737
</h1>
3838

3939
{/* Subheadline */}

0 commit comments

Comments
 (0)