Add top padding to discover section to clear FuneralFinder overlap

pt: 6→20 (xs), 10→24 (md) so "See what you'll discover" heading
sits below the finder card, not underneath it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-31 20:45:24 +11:00
parent b2f0d8af5c
commit f255e8f26e

View File

@@ -375,7 +375,8 @@ export const HomePage = React.forwardRef<HTMLDivElement, HomePageProps>(
aria-labelledby="discover-heading"
sx={{
bgcolor: 'var(--fa-color-surface-subtle)',
py: { xs: 6, md: 10 },
pt: { xs: 20, md: 24 },
pb: { xs: 6, md: 10 },
}}
>
<Container maxWidth="lg">