diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index fa8373a..d0f45fe 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -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." } ]} />