From 4bd2067ad845d02484c3df6feebfe48d97061053 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 07:05:01 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 1 + 1 file changed, 1 insertion(+) 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' },