From 847ceace0cdff7c7b70566ae618382752597d80c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 22:46:16 +0000 Subject: [PATCH 1/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 3caed35..c45e2ad 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -108,9 +108,9 @@ export default function ProductListingPage() { { name: "About", id: "#about"}, { - name: "Shop", href: "/shop"}, + name: "Shop", id: "/shop"}, { - name: "Products", href: "/products"}, + name: "Products", id: "/products"}, { name: "Features", id: "#features"}, { From 176a292ee581e8d0e7c2211a8c40f55b3b39143a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 22:46:17 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2a8d505..a9cdaef 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -124,9 +124,9 @@ export default function ShopPage() { { name: "About", id: "#about"}, { - name: "Shop", href: "/shop"}, + name: "Shop", id: "/shop"}, { - name: "Products", href: "/products"}, + name: "Products", id: "/products"}, { name: "Features", id: "#features"}, {