Promote hero h1 to display2 for visual hierarchy over section h2s

Hero heading was display3 (same as every section h2), giving no visual
distinction. Now display2 (52px/24px) vs display3 (40px/22px). Still
renders as semantic h1 for SEO.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 16:03:32 +10:00
parent 9e627d88a6
commit 348f3912fd

View File

@@ -251,7 +251,7 @@ export const HomePage = React.forwardRef<HTMLDivElement, HomePageProps>(
}}
>
<Typography
variant="display3"
variant="display2"
component="h1"
id="hero-heading"
tabIndex={-1}
@@ -316,7 +316,7 @@ export const HomePage = React.forwardRef<HTMLDivElement, HomePageProps>(
}}
>
<Typography
variant="display3"
variant="display2"
component="h1"
id="hero-heading"
tabIndex={-1}