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

This commit is contained in:
2026-02-25 11:38:43 +00:00
parent 1d9cd04389
commit 8335f6b9a8

View File

@@ -75,6 +75,7 @@ function ProductPageContent({ params }: ProductPageProps) {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }
];