diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e533e46..85a2646 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -9,7 +9,6 @@ export default function ProductPage({ params }: { params: { id: string } }) { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, - { name: "Blog", id: "/blog" }, { name: "Contact", id: "/contact" } ];