From 28afcc18bc85a174b4ced2b5f52d7c6dd389b987 Mon Sep 17 00:00:00 2001 From: "diana.dolgolyova" Date: Sun, 12 Apr 2026 15:49:23 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20hero=20always=20dark=20bg=20=E2=80=94=20?= =?UTF-8?q?no=20light/dark=20split=20for=20video=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/sections/Hero.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */}