Update src/app/checkout/page.tsx

This commit is contained in:
2026-04-11 12:55:57 +00:00
parent fe8f3da9b7
commit 628730551f

View File

@@ -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." }]
}
]}
/>