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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user