diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index d0f45fe..e388b16 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -40,7 +40,7 @@ export default function CheckoutPage() { title="Checkout Terms" sections={[ { - heading: "Payment Policy", text: "All payments are processed securely." + heading: "Payment Policy", content: [{ type: "paragraph", text: "All payments are processed securely." }] } ]} />