diff --git a/src/app/page.tsx b/src/app/page.tsx index edb6b70..1b920ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,11 +177,6 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" - cartButton={{ - icon: ShoppingCart, - onClick: () => setShowCart(!showCart), - badge: totalItems > 0 ? totalItems : undefined - }} /> {/* Add to Cart buttons for products - inline UI as workaround */} @@ -205,6 +200,21 @@ export default function LandingPage() { Add Trousers to Cart + + {/* Cart Button */} +