We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5349e commit 6bb3e63Copy full SHA for 6bb3e63
1 file changed
src/components/HeroSection.tsx
@@ -16,7 +16,7 @@ const HeroSection = ({
16
</div>
17
18
<div className="container relative z-10">
19
- <div className="max-w-4xl mx-auto text-center">
+ <div className="max-w-4xl mx-auto text-center pt-4">
20
{/* Badge */}
21
<div className="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-secondary border border-border mb-8 animate-fade-in-up">
22
<span className="w-2 h-2 bg-primary rounded-full animate-pulse" />
0 commit comments