diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index dabd065..cf2d7af 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -24,6 +24,7 @@ const navItems = [ { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }, { name: "Contact", id: "/#contact" }, + { name: "Blog", id: "/blog" }, ];