Skip to content

Commit 1911fe4

Browse files
Changes
1 parent 20b4556 commit 1911fe4

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
@@ -8,7 +8,7 @@ interface HeroSectionProps {
88
const HeroSection = ({
99
t
1010
}: HeroSectionProps) => {
11-
return <section className="relative min-h-screen flex items-center justify-center overflow-hidden bg-gradient-hero pt-16">
11+
return <section className="relative min-h-screen flex items-center justify-center overflow-hidden bg-gradient-hero pt-16 pb-24">
1212
{/* Background Effects */}
1313
<div className="absolute inset-0 overflow-hidden">
1414
<div className="absolute top-1/4 left-1/4 w-96 h-96 bg-primary/10 rounded-full blur-3xl" />

0 commit comments

Comments
 (0)