Update src/app/checkout/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user