From 48ed71d7c8bfb75c8a07c38a58d86dcef30d267f Mon Sep 17 00:00:00 2001 From: development Date: Mon, 9 Feb 2026 14:11:30 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 45 ++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3a5e176..06477b3 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -55,13 +55,12 @@ export default function ShopPage() {
@@ -89,14 +88,13 @@ export default function ShopPage() {
@@ -120,18 +118,39 @@ export default function ShopPage() { total={`$${cartTotal}`} buttons={[ { - text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout, - }, + text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout + } ]} />