We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79638b commit fc5349eCopy full SHA for fc5349e
1 file changed
src/components/HeroSection.tsx
@@ -33,7 +33,7 @@ const HeroSection = ({
33
{/* Headline */}
34
<h1 className="text-4xl md:text-6xl lg:text-7xl font-black mb-6 animate-fade-in-up animation-delay-200">
35
{t.hero.title1}
36
- <span className="block text-gradient">{t.hero.title2}</span>
+ <span className="block text-gradient pb-4">{t.hero.title2}</span>
37
</h1>
38
39
{/* Subheadline */}
0 commit comments