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' },