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

This reverts commit 55981c14dd.
This commit is contained in:
2026-03-16 03:30:18 +03:00
parent 55981c14dd
commit 9b56fbb2b9
5 changed files with 9 additions and 56 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}/o-kompanii/` },
{ label: d.nav.about, href: `/${lang}/#about` },
{ label: d.nav.faq, href: `/${lang}/faq/` },
]