Update src/app/layout.tsx

This commit is contained in:
2026-02-17 12:40:24 +00:00
parent 15e8371216
commit 9419484b0a

View File

@@ -9,7 +9,8 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Kazkovyy Dim - Authentic Ukrainian Banquets & Family Dining", description: "Experience warmth, tradition, and ethno-cultural heritage at Kazkovyy Dim. Premium banquet spaces, authentic cuisine, and unforgettable celebrations."};
title: "Казковий Дім - Автентичні українські бенкети та сімейні обіди", description: "Відчуйте тепло, традицію та етнокультурну спадщину в Казковому Димі. Преміум простори для бенкетів, автентична кухня та незабутні святкування."
};
export default function RootLayout({
children,
@@ -17,7 +18,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<html lang="uk">
<body className={`${inter.variable}`}>{children}
<script
dangerouslySetInnerHTML={{