From 1c21619abc56d1f58000467afa22b9651cd0660f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 01:36:38 +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) }} />