diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index 555a70d..53aff45 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -75,8 +75,7 @@ export default function Home() { sx={{ background: 'linear-gradient(135deg, #009688 0%, #00796B 100%)', color: 'white', - pt: { xs: 12, md: 20 }, - pb: 0, + py: 6.25, textAlign: 'center', position: 'relative', overflow: 'hidden',