From 97757978bec2af293049b569364766c90d3b6a27 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 09:28:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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 */} +
+ +
-- 2.49.1