Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-22 12:24:11 +00:00
parent 357a746268
commit 44996c2a68

View File

@@ -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" }
];