diff --git a/src/components/pages/HomePage/HomePage.tsx b/src/components/pages/HomePage/HomePage.tsx index 77eb871..6fd47a9 100644 --- a/src/components/pages/HomePage/HomePage.tsx +++ b/src/components/pages/HomePage/HomePage.tsx @@ -255,6 +255,26 @@ export const HomePage = React.forwardRef( {heroSubheading} + + {/* FuneralFinder — inside the hero, bottom portion overlaps into white */} + + + + + ) : ( /* ── V1: Split hero ── */ @@ -322,25 +342,28 @@ export const HomePage = React.forwardRef( )} {/* ═══════════════════════════════════════════════════════════════════ - Section 2: FuneralFinder Widget (overlapping card) + Section 2: FuneralFinder Widget (V1 only — overlapping card) + V2 renders the finder inside the hero section above. ═══════════════════════════════════════════════════════════════════ */} - - - + {!isFullBleedHero && ( + + + + - + )} {/* ═══════════════════════════════════════════════════════════════════ Section 2c: Discover — Map + Featured Providers (V2)