diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx index 0269556..a7b2457 100644 --- a/src/components/sections/Hero.tsx +++ b/src/components/sections/Hero.tsx @@ -78,7 +78,7 @@ export function Hero({ data: hero }: HeroProps) { }, [scrollToNext]); return ( -
+
{/* Videos render only after hydration to avoid SSR mismatch */} {mounted && ( <> diff --git a/src/lib/constants.ts b/src/lib/constants.ts index b367c1a..42f3a08 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -8,6 +8,8 @@ export const BRAND = { } as const; export const NAV_LINKS: NavLink[] = [ + { label: "Главная", href: "#hero" }, + { label: "День открытых дверей", href: "#open-day" }, { label: "О нас", href: "#about" }, { label: "Команда", href: "#team" }, { label: "Направления", href: "#classes" },