feat: add Главная and День открытых дверей nav links, match page section order

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-23 16:28:56 +03:00
parent c3cbd90fe4
commit 8b5ed3c627
2 changed files with 3 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ export function Hero({ data: hero }: HeroProps) {
}, [scrollToNext]);
return (
<section ref={sectionRef} className="relative flex min-h-svh items-center justify-center overflow-hidden bg-[#050505]">
<section id="hero" ref={sectionRef} className="relative flex min-h-svh items-center justify-center overflow-hidden bg-[#050505]">
{/* Videos render only after hydration to avoid SSR mismatch */}
{mounted && (
<>