From c69d1bb816af76b3601a122f18ab29383c653153 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 08:49:35 +0000 Subject: [PATCH 1/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 58dabd7..01e0393 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -70,10 +70,10 @@ export default function BlogPage() { columns={[ { title: "Navigate", items: [ - { label: "Properties", id: "properties" }, - { label: "About Us", id: "about" }, - { label: "Services", id: "services" }, - { label: "Contact", id: "contact" } + { label: "Properties", href: "#properties" }, + { label: "About Us", href: "#about" }, + { label: "Services", href: "#services" }, + { label: "Contact", href: "#contact" } ] }, { -- 2.49.1 From e10b11fba7d9f782f7b95655edd2a8e9cffeff5d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 08:49:37 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 12df6ff..aa93578 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -101,7 +101,7 @@ export default function ProductPage({ params }: ProductPageProps) {