From 3850351a890f2d198df3c12c1a1a4b3de6d71fb1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 12:41:13 +0000 Subject: [PATCH 1/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 001fa58..bd915a2 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -62,10 +62,10 @@ export default function BlogPage() { 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" } ] }, { @@ -73,7 +73,7 @@ export default function BlogPage() { { 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" } ] }, { -- 2.49.1 From 0112fdc0e4c06c88cf82209f1557e6c19de9142d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 12:41:14 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index cf12e9e..a74bfd8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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" } ] }, { -- 2.49.1 From 1dd6bd6e2baac2a164e506d6bc758d49cf9533b7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 12:41:14 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 39977d3..904ad74 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -57,10 +57,10 @@ export default function ShopPage() { 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" } ] }, { @@ -68,7 +68,7 @@ export default function ShopPage() { { 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" } ] }, { @@ -133,10 +133,10 @@ export default function ShopPage() { 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" } ] }, { @@ -144,7 +144,7 @@ export default function ShopPage() { { 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" } ] }, { -- 2.49.1