Update src/app/checkout/page.tsx

This commit is contained in:
2026-04-17 05:09:45 +00:00
parent 8630b11648
commit 08ca16acf8

View File

@@ -38,6 +38,7 @@ export default function CheckoutPage() {
description="Please provide your details to finalize your order."
tag="Checkout"
buttonText="Pay Now"
useInvertedBackground={false}
onSubmit={(email) => console.log("Processing order for:", email)}
/>
</div>