From 7b770395c8485bf7dc44014dddb3e139cb64a2de Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 12:54:26 +0000 Subject: [PATCH] Update src/app/checkout/page.tsx --- src/app/checkout/page.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index d7748b3..5875263 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -52,11 +44,8 @@ export default function LandingPage() { title="Checkout Terms" sections={[ { - heading: "Payment Policy", - content: { - type: "paragraph", - text: "All payments are processed securely.", - }, + heading: "Payment Policy", content: { + text: "All payments are processed securely."}, }, ]} /> @@ -66,8 +55,7 @@ export default function LandingPage() {