Update src/app/blog/page.tsx

This commit is contained in:
2026-02-17 11:28:56 +00:00
parent 21a584b0c7
commit 778a1daf3f

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"