diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index d80e20c..618912e 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -75,6 +75,7 @@ function ProductPageContent({ params }: ProductPageProps) { const navItems = [ { name: "Home", id: "/" }, + { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" } ];