Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 23:22:17 +00:00
parent 35b74adcaf
commit bb548bb94c

View File

@@ -136,11 +136,11 @@ export default function ShopPage() {
onQuantityChange={updateQuantity} onQuantityChange={updateQuantity}
onRemove={removeItem} onRemove={removeItem}
total={`$${cartTotal}`} total={`$${cartTotal}`}
buttons=[ buttons={[
{ {
text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout, text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout,
}, },
] ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">