diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx index cafa27c..dee922a 100644 --- a/src/components/sections/Hero.tsx +++ b/src/components/sections/Hero.tsx @@ -98,7 +98,7 @@ export function Hero({ data: hero }: HeroProps) { }, [scrollToNext]); return ( -
+
{/* Videos render only after hydration to avoid SSR mismatch */} {mounted && ( <> @@ -161,7 +161,7 @@ export function Hero({ data: hero }: HeroProps) { {/* Loading overlay — covers videos but not content */}
{/* Vignette — dark edges to guide eye to center */}