diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 18583c3..594d9a6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -17,6 +17,7 @@ interface ProductPageProps { const navItems = [ { name: 'Home', id: '/' }, + { name: 'Products', id: '/shop' }, { name: 'About', id: '/#about' }, { name: 'Features', id: '/#features' }, { name: 'Testimonials', id: '/#testimonials' },