We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b4556 commit 1911fe4Copy full SHA for 1911fe4
1 file changed
src/components/HeroSection.tsx
@@ -8,7 +8,7 @@ interface HeroSectionProps {
8
const HeroSection = ({
9
t
10
}: HeroSectionProps) => {
11
- return <section className="relative min-h-screen flex items-center justify-center overflow-hidden bg-gradient-hero pt-16">
+ return <section className="relative min-h-screen flex items-center justify-center overflow-hidden bg-gradient-hero pt-16 pb-24">
12
{/* Background Effects */}
13
<div className="absolute inset-0 overflow-hidden">
14
<div className="absolute top-1/4 left-1/4 w-96 h-96 bg-primary/10 rounded-full blur-3xl" />
0 commit comments