From 0a3bd735083834a9664591eff6e1a1a0bdf7dbc1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:23:43 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" }, ];