diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8e74fc9..5f0b260 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,14 +28,14 @@ export default function BlogPage() { @@ -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" diff --git a/src/app/page.tsx b/src/app/page.tsx index cbe5b9c..de730a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 754054b..8ca2b0d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,13 +85,13 @@ export default function ProductPage({ params }: ProductPageProps) { 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) { 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) { 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" diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index be19a41..f1422cd 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,13 +38,13 @@ export default function ShopPage() { 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() { 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"