From 37a9bddf4e91aba4f7c479002704292bcecc8535 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 01:27:32 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) 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) }} />