Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-17 11:29:03 +00:00
4 changed files with 189 additions and 63 deletions

View File

@@ -28,14 +28,14 @@ export default function BlogPage() {
<NavbarLayoutFloatingInline
brandName="Kazkovyy Dim"
navItems={[
{"name":"Home","id":"/"},
{"name":"Philosophy","id":"philosophy"},
{"name":"Menu","id":"menu"},
{"name":"Banquets","id":"banquets"},
{"name":"Delivery","id":"delivery"},
{"name":"Contacts","id":"contacts"}
{ "name": "Home", "id": "/" },
{ "name": "Philosophy", "id": "philosophy" },
{ "name": "Menu", "id": "menu" },
{ "name": "Banquets", "id": "banquets" },
{ "name": "Delivery", "id": "delivery" },
{ "name": "Contacts", "id": "contacts" }
]}
button={{"text":"Book a Table","href":"#contacts"}}
button={{ "text": "Book a Table", "href": "#contacts" }}
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
buttonClassName="bg-primary-cta hover:bg-accent text-white px-6 py-2 rounded-soft transition-all"
/>
@@ -67,10 +67,31 @@ export default function BlogPage() {
logoText="Kazkovyy Dim"
copyrightText="© 2025 Kazkovyy Dim. All rights reserved. | Authentic Ukrainian Hospitality Since Tradition."
columns={[
{"title":"Locations","items":[{"label":"Main Hall","href":"#banquets"},{"label":"VIP Room","href":"#banquets"},{"label":"Lounge Zone","href":"#banquets"},{"label":"Terrace","href":"#banquets"}]},
{"title":"Services","items":[{"label":"Banquet Planning","href":"#banquets"},{"label":"Catering & Delivery","href":"#delivery"},{"label":"Menu","href":"#menu"},{"label":"Reservation","href":"#contacts"}]},
{"title":"Contact","items":[{"label":"Phone: +380 (44) 123-4567","href":"tel:+380441234567"},{"label":"Email: info@kazkovyydim.ua","href":"mailto:info@kazkovyydim.ua"},{"label":"Hours: Daily 12:00 - 23:00","href":"#"},{"label":"Address: Kyiv, Ukraine","href":"#"}]}
]
{
"title": "Locations", "items": [
{ "label": "Main Hall", "href": "#banquets" },
{ "label": "VIP Room", "href": "#banquets" },
{ "label": "Lounge Zone", "href": "#banquets" },
{ "label": "Terrace", "href": "#banquets" }
]
},
{
"title": "Services", "items": [
{ "label": "Banquet Planning", "href": "#banquets" },
{ "label": "Catering & Delivery", "href": "#delivery" },
{ "label": "Menu", "href": "#menu" },
{ "label": "Reservation", "href": "#contacts" }
]
},
{
"title": "Contact", "items": [
{ "label": "Phone: +380 (44) 123-4567", "href": "tel:+380441234567" },
{ "label": "Email: info@kazkovyydim.ua", "href": "mailto:info@kazkovyydim.ua" },
{ "label": "Hours: Daily 12:00 - 23:00", "href": "#" },
{ "label": "Address: Kyiv, Ukraine", "href": "#" }
]
}
]}
className="bg-foreground text-background"
containerClassName="max-w-7xl"
logoTextClassName="text-2xl font-bold text-background"

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -196,7 +196,7 @@ export default function KazkovyyDimPage() {
{
id: "3", name: "Traditional Kebab Mix", price: "$52/kg", imageSrc: "https://img.b2bpic.net/free-photo/kebab-served-with-chopped-onion-piece-lemon-red-wine_140725-4164.jpg", imageAlt: "Assorted fire-roasted kebabs", initialQuantity: 1
}
]
]}
className="py-16 lg:py-24"
containerClassName="max-w-7xl"
titleClassName="text-4xl md:text-5xl font-bold text-foreground"

View File

@@ -85,13 +85,13 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarLayoutFloatingInline
brandName="Kazkovyy Dim"
navItems={[
{"name":"Home","id":"/"},
{"name":"Philosophy","id":"philosophy"},
{"name":"Menu","id":"menu"},
{"name":"Banquets","id":"banquets"},
{"name":"Delivery","id":"delivery"},
{"name":"Contacts","id":"contacts"},
{"name":"Shop","id":"/shop"}
{ "name": "Home", "id": "/" },
{ "name": "Philosophy", "id": "philosophy" },
{ "name": "Menu", "id": "menu" },
{ "name": "Banquets", "id": "banquets" },
{ "name": "Delivery", "id": "delivery" },
{ "name": "Contacts", "id": "contacts" },
{ "name": "Shop", "id": "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
@@ -108,9 +108,30 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Kazkovyy Dim"
copyrightText="© 2025 Kazkovyy Dim. All rights reserved. | Authentic Ukrainian Hospitality Since Tradition."
columns={[
{"title":"Locations","items":[{"label":"Main Hall","href":"#banquets"},{"label":"VIP Room","href":"#banquets"},{"label":"Lounge Zone","href":"#banquets"},{"label":"Terrace","href":"#banquets"}]},
{"title":"Services","items":[{"label":"Banquet Planning","href":"#banquets"},{"label":"Catering & Delivery","href":"#delivery"},{"label":"Menu","href":"#menu"},{"label":"Reservation","href":"#contacts"}]},
{"title":"Contact","items":[{"label":"Phone: +380 (44) 123-4567","href":"tel:+380441234567"},{"label":"Email: info@kazkovyydim.ua","href":"mailto:info@kazkovyydim.ua"},{"label":"Hours: Daily 12:00 - 23:00","href":"#"},{"label":"Address: Kyiv, Ukraine","href":"#"}]}
{
"title": "Locations", "items": [
{ "label": "Main Hall", "href": "#banquets" },
{ "label": "VIP Room", "href": "#banquets" },
{ "label": "Lounge Zone", "href": "#banquets" },
{ "label": "Terrace", "href": "#banquets" }
]
},
{
"title": "Services", "items": [
{ "label": "Banquet Planning", "href": "#banquets" },
{ "label": "Catering & Delivery", "href": "#delivery" },
{ "label": "Menu", "href": "#menu" },
{ "label": "Reservation", "href": "#contacts" }
]
},
{
"title": "Contact", "items": [
{ "label": "Phone: +380 (44) 123-4567", "href": "tel:+380441234567" },
{ "label": "Email: info@kazkovyydim.ua", "href": "mailto:info@kazkovyydim.ua" },
{ "label": "Hours: Daily 12:00 - 23:00", "href": "#" },
{ "label": "Address: Kyiv, Ukraine", "href": "#" }
]
}
]}
className="bg-foreground text-background"
containerClassName="max-w-7xl"
@@ -142,13 +163,13 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarLayoutFloatingInline
brandName="Kazkovyy Dim"
navItems={[
{"name":"Home","id":"/"},
{"name":"Philosophy","id":"philosophy"},
{"name":"Menu","id":"menu"},
{"name":"Banquets","id":"banquets"},
{"name":"Delivery","id":"delivery"},
{"name":"Contacts","id":"contacts"},
{"name":"Shop","id":"/shop"}
{ "name": "Home", "id": "/" },
{ "name": "Philosophy", "id": "philosophy" },
{ "name": "Menu", "id": "menu" },
{ "name": "Banquets", "id": "banquets" },
{ "name": "Delivery", "id": "delivery" },
{ "name": "Contacts", "id": "contacts" },
{ "name": "Shop", "id": "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
@@ -173,9 +194,30 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Kazkovyy Dim"
copyrightText="© 2025 Kazkovyy Dim. All rights reserved. | Authentic Ukrainian Hospitality Since Tradition."
columns={[
{"title":"Locations","items":[{"label":"Main Hall","href":"#banquets"},{"label":"VIP Room","href":"#banquets"},{"label":"Lounge Zone","href":"#banquets"},{"label":"Terrace","href":"#banquets"}]},
{"title":"Services","items":[{"label":"Banquet Planning","href":"#banquets"},{"label":"Catering & Delivery","href":"#delivery"},{"label":"Menu","href":"#menu"},{"label":"Reservation","href":"#contacts"}]},
{"title":"Contact","items":[{"label":"Phone: +380 (44) 123-4567","href":"tel:+380441234567"},{"label":"Email: info@kazkovyydim.ua","href":"mailto:info@kazkovyydim.ua"},{"label":"Hours: Daily 12:00 - 23:00","href":"#"},{"label":"Address: Kyiv, Ukraine","href":"#"}]}
{
"title": "Locations", "items": [
{ "label": "Main Hall", "href": "#banquets" },
{ "label": "VIP Room", "href": "#banquets" },
{ "label": "Lounge Zone", "href": "#banquets" },
{ "label": "Terrace", "href": "#banquets" }
]
},
{
"title": "Services", "items": [
{ "label": "Banquet Planning", "href": "#banquets" },
{ "label": "Catering & Delivery", "href": "#delivery" },
{ "label": "Menu", "href": "#menu" },
{ "label": "Reservation", "href": "#contacts" }
]
},
{
"title": "Contact", "items": [
{ "label": "Phone: +380 (44) 123-4567", "href": "tel:+380441234567" },
{ "label": "Email: info@kazkovyydim.ua", "href": "mailto:info@kazkovyydim.ua" },
{ "label": "Hours: Daily 12:00 - 23:00", "href": "#" },
{ "label": "Address: Kyiv, Ukraine", "href": "#" }
]
}
]}
className="bg-foreground text-background"
containerClassName="max-w-7xl"
@@ -206,13 +248,13 @@ export default function ProductPage({ params }: ProductPageProps) {
<NavbarLayoutFloatingInline
brandName="Kazkovyy Dim"
navItems={[
{"name":"Home","id":"/"},
{"name":"Philosophy","id":"philosophy"},
{"name":"Menu","id":"menu"},
{"name":"Banquets","id":"banquets"},
{"name":"Delivery","id":"delivery"},
{"name":"Contacts","id":"contacts"},
{"name":"Shop","id":"/shop"}
{ "name": "Home", "id": "/" },
{ "name": "Philosophy", "id": "philosophy" },
{ "name": "Menu", "id": "menu" },
{ "name": "Banquets", "id": "banquets" },
{ "name": "Delivery", "id": "delivery" },
{ "name": "Contacts", "id": "contacts" },
{ "name": "Shop", "id": "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
@@ -262,9 +304,30 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="Kazkovyy Dim"
copyrightText="© 2025 Kazkovyy Dim. All rights reserved. | Authentic Ukrainian Hospitality Since Tradition."
columns={[
{"title":"Locations","items":[{"label":"Main Hall","href":"#banquets"},{"label":"VIP Room","href":"#banquets"},{"label":"Lounge Zone","href":"#banquets"},{"label":"Terrace","href":"#banquets"}]},
{"title":"Services","items":[{"label":"Banquet Planning","href":"#banquets"},{"label":"Catering & Delivery","href":"#delivery"},{"label":"Menu","href":"#menu"},{"label":"Reservation","href":"#contacts"}]},
{"title":"Contact","items":[{"label":"Phone: +380 (44) 123-4567","href":"tel:+380441234567"},{"label":"Email: info@kazkovyydim.ua","href":"mailto:info@kazkovyydim.ua"},{"label":"Hours: Daily 12:00 - 23:00","href":"#"},{"label":"Address: Kyiv, Ukraine","href":"#"}]}
{
"title": "Locations", "items": [
{ "label": "Main Hall", "href": "#banquets" },
{ "label": "VIP Room", "href": "#banquets" },
{ "label": "Lounge Zone", "href": "#banquets" },
{ "label": "Terrace", "href": "#banquets" }
]
},
{
"title": "Services", "items": [
{ "label": "Banquet Planning", "href": "#banquets" },
{ "label": "Catering & Delivery", "href": "#delivery" },
{ "label": "Menu", "href": "#menu" },
{ "label": "Reservation", "href": "#contacts" }
]
},
{
"title": "Contact", "items": [
{ "label": "Phone: +380 (44) 123-4567", "href": "tel:+380441234567" },
{ "label": "Email: info@kazkovyydim.ua", "href": "mailto:info@kazkovyydim.ua" },
{ "label": "Hours: Daily 12:00 - 23:00", "href": "#" },
{ "label": "Address: Kyiv, Ukraine", "href": "#" }
]
}
]}
className="bg-foreground text-background"
containerClassName="max-w-7xl"

View File

@@ -38,13 +38,13 @@ export default function ShopPage() {
<NavbarLayoutFloatingInline
brandName="Kazkovyy Dim"
navItems={[
{"name":"Home","id":"/"},
{"name":"Philosophy","id":"philosophy"},
{"name":"Menu","id":"menu"},
{"name":"Banquets","id":"banquets"},
{"name":"Delivery","id":"delivery"},
{"name":"Contacts","id":"contacts"},
{"name":"Shop","id":"/shop"}
{ "name": "Home", "id": "/" },
{ "name": "Philosophy", "id": "philosophy" },
{ "name": "Menu", "id": "menu" },
{ "name": "Banquets", "id": "banquets" },
{ "name": "Delivery", "id": "delivery" },
{ "name": "Contacts", "id": "contacts" },
{ "name": "Shop", "id": "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
@@ -61,9 +61,30 @@ export default function ShopPage() {
logoText="Kazkovyy Dim"
copyrightText="© 2025 Kazkovyy Dim. All rights reserved. | Authentic Ukrainian Hospitality Since Tradition."
columns={[
{"title":"Locations","items":[{"label":"Main Hall","href":"#banquets"},{"label":"VIP Room","href":"#banquets"},{"label":"Lounge Zone","href":"#banquets"},{"label":"Terrace","href":"#banquets"}]},
{"title":"Services","items":[{"label":"Banquet Planning","href":"#banquets"},{"label":"Catering & Delivery","href":"#delivery"},{"label":"Menu","href":"#menu"},{"label":"Reservation","href":"#contacts"}]},
{"title":"Contact","items":[{"label":"Phone: +380 (44) 123-4567","href":"tel:+380441234567"},{"label":"Email: info@kazkovyydim.ua","href":"mailto:info@kazkovyydim.ua"},{"label":"Hours: Daily 12:00 - 23:00","href":"#"},{"label":"Address: Kyiv, Ukraine","href":"#"}]}
{
"title": "Locations", "items": [
{ "label": "Main Hall", "href": "#banquets" },
{ "label": "VIP Room", "href": "#banquets" },
{ "label": "Lounge Zone", "href": "#banquets" },
{ "label": "Terrace", "href": "#banquets" }
]
},
{
"title": "Services", "items": [
{ "label": "Banquet Planning", "href": "#banquets" },
{ "label": "Catering & Delivery", "href": "#delivery" },
{ "label": "Menu", "href": "#menu" },
{ "label": "Reservation", "href": "#contacts" }
]
},
{
"title": "Contact", "items": [
{ "label": "Phone: +380 (44) 123-4567", "href": "tel:+380441234567" },
{ "label": "Email: info@kazkovyydim.ua", "href": "mailto:info@kazkovyydim.ua" },
{ "label": "Hours: Daily 12:00 - 23:00", "href": "#" },
{ "label": "Address: Kyiv, Ukraine", "href": "#" }
]
}
]}
className="bg-foreground text-background"
containerClassName="max-w-7xl"
@@ -94,13 +115,13 @@ export default function ShopPage() {
<NavbarLayoutFloatingInline
brandName="Kazkovyy Dim"
navItems={[
{"name":"Home","id":"/"},
{"name":"Philosophy","id":"philosophy"},
{"name":"Menu","id":"menu"},
{"name":"Banquets","id":"banquets"},
{"name":"Delivery","id":"delivery"},
{"name":"Contacts","id":"contacts"},
{"name":"Shop","id":"/shop"}
{ "name": "Home", "id": "/" },
{ "name": "Philosophy", "id": "philosophy" },
{ "name": "Menu", "id": "menu" },
{ "name": "Banquets", "id": "banquets" },
{ "name": "Delivery", "id": "delivery" },
{ "name": "Contacts", "id": "contacts" },
{ "name": "Shop", "id": "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
@@ -125,9 +146,30 @@ export default function ShopPage() {
logoText="Kazkovyy Dim"
copyrightText="© 2025 Kazkovyy Dim. All rights reserved. | Authentic Ukrainian Hospitality Since Tradition."
columns={[
{"title":"Locations","items":[{"label":"Main Hall","href":"#banquets"},{"label":"VIP Room","href":"#banquets"},{"label":"Lounge Zone","href":"#banquets"},{"label":"Terrace","href":"#banquets"}]},
{"title":"Services","items":[{"label":"Banquet Planning","href":"#banquets"},{"label":"Catering & Delivery","href":"#delivery"},{"label":"Menu","href":"#menu"},{"label":"Reservation","href":"#contacts"}]},
{"title":"Contact","items":[{"label":"Phone: +380 (44) 123-4567","href":"tel:+380441234567"},{"label":"Email: info@kazkovyydim.ua","href":"mailto:info@kazkovyydim.ua"},{"label":"Hours: Daily 12:00 - 23:00","href":"#"},{"label":"Address: Kyiv, Ukraine","href":"#"}]}
{
"title": "Locations", "items": [
{ "label": "Main Hall", "href": "#banquets" },
{ "label": "VIP Room", "href": "#banquets" },
{ "label": "Lounge Zone", "href": "#banquets" },
{ "label": "Terrace", "href": "#banquets" }
]
},
{
"title": "Services", "items": [
{ "label": "Banquet Planning", "href": "#banquets" },
{ "label": "Catering & Delivery", "href": "#delivery" },
{ "label": "Menu", "href": "#menu" },
{ "label": "Reservation", "href": "#contacts" }
]
},
{
"title": "Contact", "items": [
{ "label": "Phone: +380 (44) 123-4567", "href": "tel:+380441234567" },
{ "label": "Email: info@kazkovyydim.ua", "href": "mailto:info@kazkovyydim.ua" },
{ "label": "Hours: Daily 12:00 - 23:00", "href": "#" },
{ "label": "Address: Kyiv, Ukraine", "href": "#" }
]
}
]}
className="bg-foreground text-background"
containerClassName="max-w-7xl"