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