diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f3d115e..f910595 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -95,7 +95,6 @@ function ProductPageContent({ params }: ProductPageProps) { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -128,7 +127,6 @@ function ProductPageContent({ params }: ProductPageProps) { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -168,7 +166,6 @@ function ProductPageContent({ params }: ProductPageProps) { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />