Update src/app/checkout/page.tsx
This commit is contained in:
@@ -40,9 +40,7 @@ export default function CheckoutPage() {
|
||||
title="Checkout Terms"
|
||||
sections={[
|
||||
{
|
||||
heading: "Payment Policy", content: {
|
||||
type: "paragraph", text: "All payments are processed securely."
|
||||
}
|
||||
heading: "Payment Policy", text: "All payments are processed securely."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user