diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 5cec414..1839ce2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -100,7 +100,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -168,7 +167,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -243,7 +241,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "contact" }, { name: "Shop", id: "/shop" } ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />