4 Commits

Author SHA1 Message Date
7b62faaf5b Update src/app/styles/variables.css 2026-02-17 12:12:36 +00:00
5995b382c4 Update src/app/page.tsx 2026-02-17 12:12:36 +00:00
01ef266712 Update src/app/layout.tsx 2026-02-17 12:12:35 +00:00
d42121281f Merge version_5 into main
Merge version_5 into main
2026-02-17 12:09:05 +00:00
3 changed files with 25 additions and 50 deletions

View File

@@ -1,48 +1,24 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Cormorant_Garamond } from "next/font/google"; import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import "./styles/variables.css";
import Tag from "@/tag/Tag"; import "./styles/base.css";
const cormorantGaramond = Cormorant_Garamond({ const inter = Inter({
variable: "--font-cormorant-garamond", subsets: ["latin"], variable: "--font-inter", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
}); });
export const metadata: Metadata = { 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"), 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."};
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
}
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${inter.variable}`}>{children}
<body
className={cormorantGaramond.variable}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1261,7 +1237,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

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