Merge version_6 into main #11

Merged
bender merged 3 commits from version_6 into main 2026-02-17 12:12:41 +00:00
3 changed files with 25 additions and 50 deletions

View File

@@ -1,48 +1,24 @@
import type { Metadata } from "next";
import { Cormorant_Garamond } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "./styles/variables.css";
import "./styles/base.css";
const cormorantGaramond = Cormorant_Garamond({
variable: "--font-cormorant-garamond", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Kazkovyy Dim - Ukrainian Banquet Restaurant Complex", description: "Authentic Ukrainian banquet venue with fireplace, traditional ethno design, and family-focused hospitality. Perfect for weddings, celebrations, and events.", keywords: "Ukrainian restaurant, banquet hall, event venue, ethno style, family dining, Kyiv", metadataBase: new URL("https://kazkovyydim.ua"),
alternates: {
canonical: "https://kazkovyydim.ua"
},
openGraph: {
title: "Kazkovyy Dim - Authentic Ukrainian Banquets", description: "Experience warmth, tradition, and Ukrainian hospitality at our beautifully designed banquet complex.", url: "https://kazkovyydim.ua", siteName: "Kazkovyy Dim", images: [{
url: "https://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg", alt: "Kazkovyy Dim - Warm fireplace interior"
}],
type: "website"
},
twitter: {
card: "summary_large_image", title: "Kazkovyy Dim - Ukrainian Banquet Restaurant", description: "Authentic family-owned banquet venue with ethno style and warm hospitality.", images: ["https://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg"]
},
robots: {
index: true,
follow: true
}
};
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."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={cormorantGaramond.variable}
>
<Tag />
{children}
<html lang="en">
<body className={`${inter.variable}`}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1261,7 +1237,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -467,4 +467,4 @@ export default function KazkovyyDimPage() {
)}
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fcf6ec;;;;;;;
--card: #f3ede2;;;;;;;
--foreground: #2e2521;;;;;;;
--primary-cta: #d97706;;;;;;;
--secondary-cta: #ffffff;;;;;;;
--accent: #f97316;;;;;;;
--background-accent: #fed7aa;;;;;;; */
/* --background: #010912;;;;;;;
--card: #152840;;;;;;;
--foreground: #e6f0ff;;;;;;;
--primary-cta: #cee7ff;;;;;;;
--secondary-cta: #0e1a29;;;;;;;
--accent: #3f5c79;;;;;;;
--background-accent: #004a93;;;;;;; */
--background: #fcf6ec;;;;;;;
--card: #f3ede2;;;;;;;
--foreground: #2e2521;;;;;;;
--primary-cta: #d97706;;;;;;;
--secondary-cta: #ffffff;;;;;;;
--accent: #f97316;;;;;;;
--background-accent: #fed7aa;;;;;;;
--background: #010912;;;;;;;
--card: #152840;;;;;;;
--foreground: #e6f0ff;;;;;;;
--primary-cta: #cee7ff;;;;;;;
--secondary-cta: #0e1a29;;;;;;;
--accent: #3f5c79;;;;;;;
--background-accent: #004a93;;;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);