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"