From 8b08603c9abce7dcf1849f170d729eccb5530f9b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 12:55:26 +0000 Subject: [PATCH] Update src/app/checkout/page.tsx --- src/app/checkout/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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." } ]} />