diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 594d9a6..c30e5aa 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -18,6 +18,7 @@ interface ProductPageProps { const navItems = [ { name: 'Home', id: '/' }, { name: 'Products', id: '/shop' }, + { name: 'Blog', id: '/blog' }, { name: 'About', id: '/#about' }, { name: 'Features', id: '/#features' }, { name: 'Testimonials', id: '/#testimonials' }, @@ -175,7 +176,7 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} +} \ No newline at end of file