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

- Create /[lang]/o-kompanii/ page with About, Clients, Partners sections
- Remove those sections from homepage (Hero + Services + FAQ remain)
- Update Header nav: "О нас" now links to /o-kompanii/ instead of /#about
- AboutSection: support standalone prop (h1 vs h2)
- Root layout: add indexnow-key meta tag (key from public/40c65b...txt)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 03:17:39 +03:00
parent 55f88d5227
commit 55981c14dd
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/` },
]