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

@@ -11,6 +11,9 @@ const manrope = Manrope({
export const metadata: Metadata = {
metadataBase: new URL('https://sag24.ru'),
other: {
'indexnow-key': '40c65b722891b81d944f2c3fea6cab95',
},
}
export default function RootLayout({ children }: { children: React.ReactNode }) {