diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 007ff5a..c7382ea 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -10,6 +10,7 @@ import { useProductCatalog } from "@/hooks/useProductCatalog"; 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' }, @@ -70,7 +71,7 @@ function ShopPageContent() { ); -} +} \ No newline at end of file