From 34ab8d8034f68d4f8bb4e98e6e5664dfa3958c18 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 21:35:29 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2c6eaad..4270ad6 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,6 +37,7 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, @@ -88,6 +89,7 @@ function ShopPageContent() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" },