Update src/app/checkout/page.tsx

This commit is contained in:
2026-04-11 12:55:26 +00:00
parent c06ea62359
commit 8b08603c9a

View File

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