diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 73bc9cf..2bd64fc 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -100,8 +100,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "/contact" }, { name: "Shop", id: "/shop" }, ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} - mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -148,8 +146,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "/contact" }, { name: "Shop", id: "/shop" }, ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} - mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -205,8 +201,6 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Contact", id: "/contact" }, { name: "Shop", id: "/shop" }, ]} - button={{ text: "Cart", onClick: () => setCartOpen(true) }} - mobileButton={{ text: "Cart", onClick: () => setCartOpen(true) }} />