Stack hero content vertically: heading → subheading → finder

Hero flex-direction: row → column so finder sits below the text,
centred, with bottom half overlapping into the white section.
Matches reference layout: text on image, finder straddles boundary.

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

View File

@@ -215,8 +215,9 @@ export const HomePage = React.forwardRef<HTMLDivElement, HomePageProps>(
position: 'relative', position: 'relative',
minHeight: { xs: 480, md: 640 }, minHeight: { xs: 480, md: 640 },
display: 'flex', display: 'flex',
alignItems: 'flex-start', flexDirection: 'column',
justifyContent: 'center', alignItems: 'center',
justifyContent: 'flex-start',
backgroundImage: `url(${heroImageUrl})`, backgroundImage: `url(${heroImageUrl})`,
backgroundSize: 'cover', backgroundSize: 'cover',
backgroundPosition: 'center', backgroundPosition: 'center',