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

This commit is contained in:
2026-02-20 18:06:19 +00:00
parent 0870c2d11f
commit bcd3c8d3f3

View File

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