From 9d1ad75fd301c708eecbdbacc3171afe9df837b5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 07:05:02 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d933e0b..007ff5a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -9,6 +9,7 @@ import { useProductCatalog } from "@/hooks/useProductCatalog"; const navItems = [ { name: 'Home', id: '/' }, + { name: 'Products', id: '/shop' }, { name: 'About', id: '/#about' }, { name: 'Features', id: '/#features' }, { name: 'Testimonials', id: '/#testimonials' },