Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-17 12:41:14 +00:00
parent 3850351a89
commit 0112fdc0e4

View File

@@ -104,10 +104,10 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
title: "Restaurant", items: [
{ label: "About Us", id: "philosophy" },
{ label: "Menu", id: "menu" },
{ label: "Banquet Halls", id: "banquets" },
{ label: "Delivery", id: "delivery" }
{ label: "About Us", href: "#philosophy" },
{ label: "Menu", href: "#menu" },
{ label: "Banquet Halls", href: "#banquets" },
{ label: "Delivery", href: "#delivery" }
]
},
{
@@ -115,7 +115,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ label: "Phone: +380 (123) 456-789", href: "tel:+380123456789" },
{ label: "Email: info@hata-ogniu.ua", href: "mailto:info@hata-ogniu.ua" },
{ label: "Address: Kyiv, Ukraine", href: "https://maps.google.com" },
{ label: "Hours: Mon-Sun 12:00-23:00", onClick: null }
{ label: "Hours: Mon-Sun 12:00-23:00" }
]
},
{
@@ -181,10 +181,10 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
title: "Restaurant", items: [
{ label: "About Us", id: "philosophy" },
{ label: "Menu", id: "menu" },
{ label: "Banquet Halls", id: "banquets" },
{ label: "Delivery", id: "delivery" }
{ label: "About Us", href: "#philosophy" },
{ label: "Menu", href: "#menu" },
{ label: "Banquet Halls", href: "#banquets" },
{ label: "Delivery", href: "#delivery" }
]
},
{
@@ -192,7 +192,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ label: "Phone: +380 (123) 456-789", href: "tel:+380123456789" },
{ label: "Email: info@hata-ogniu.ua", href: "mailto:info@hata-ogniu.ua" },
{ label: "Address: Kyiv, Ukraine", href: "https://maps.google.com" },
{ label: "Hours: Mon-Sun 12:00-23:00", onClick: null }
{ label: "Hours: Mon-Sun 12:00-23:00" }
]
},
{
@@ -282,10 +282,10 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
title: "Restaurant", items: [
{ label: "About Us", id: "philosophy" },
{ label: "Menu", id: "menu" },
{ label: "Banquet Halls", id: "banquets" },
{ label: "Delivery", id: "delivery" }
{ label: "About Us", href: "#philosophy" },
{ label: "Menu", href: "#menu" },
{ label: "Banquet Halls", href: "#banquets" },
{ label: "Delivery", href: "#delivery" }
]
},
{
@@ -293,7 +293,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ label: "Phone: +380 (123) 456-789", href: "tel:+380123456789" },
{ label: "Email: info@hata-ogniu.ua", href: "mailto:info@hata-ogniu.ua" },
{ label: "Address: Kyiv, Ukraine", href: "https://maps.google.com" },
{ label: "Hours: Mon-Sun 12:00-23:00", onClick: null }
{ label: "Hours: Mon-Sun 12:00-23:00" }
]
},
{