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 + } ]} />