Reapply "feat: separate About/Clients/Partners into /o-kompanii/ page, add IndexNow meta"

This reverts commit 9b56fbb2b9.
This commit is contained in:
2026-03-16 03:31:02 +03:00
parent 9b56fbb2b9
commit 925caef547
5 changed files with 56 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ export default function Header({ lang }: { lang: string }) {
const links = [
{ label: d.nav.services, href: `/${lang}/uslugi/` },
{ label: d.nav.about, href: `/${lang}/#about` },
{ label: d.nav.about, href: `/${lang}/o-kompanii/` },
{ label: d.nav.faq, href: `/${lang}/faq/` },
]