diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6984156..74fc5be 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,7 +40,6 @@ function ShopPageContent() { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />
@@ -72,7 +71,6 @@ function ShopPageContent() { bottomLeftText="Global Community" bottomRightText="hello@example.com" topBarClassName="" - button={{ text: "Cart", onClick: () => setCartOpen(true) }} />