diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index 87cefc9..555a70d 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -75,7 +75,8 @@ export default function Home() { sx={{ background: 'linear-gradient(135deg, #009688 0%, #00796B 100%)', color: 'white', - py: { xs: 12, md: 20 }, + pt: { xs: 12, md: 20 }, + pb: 0, textAlign: 'center', position: 'relative', overflow: 'hidden', @@ -149,7 +150,7 @@ export default function Home() { {/* Mission Section */} - + {/* Donation Pitch Section */} - + {/* Features Section */} - + {/* Donation Options Section */} - + {/* Why It Matters Section */} - + {/* Join the Mission Section */} - +