diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx index 75f3824..cafa27c 100644 --- a/src/components/sections/Hero.tsx +++ b/src/components/sections/Hero.tsx @@ -186,11 +186,11 @@ export function Hero({ data: hero }: HeroProps) { */} -
+
{hero.subheadline}
diff --git a/src/components/ui/SectionHeading.tsx b/src/components/ui/SectionHeading.tsx index 7b9e095..e5e6d41 100644 --- a/src/components/ui/SectionHeading.tsx +++ b/src/components/ui/SectionHeading.tsx @@ -8,7 +8,7 @@ export function SectionHeading({ children, className = "", centered = false }: S return (