From a59bc30e1d44ffd21d86f94211fb8651eb14f3cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 07:08:46 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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