From 0c3145a83052dd501a89a85e01a3d89e44e8b641 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:24:11 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fcb9b7c..dd7814f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,15 +51,13 @@ export default function LandingPage() { sections={[ { heading: "Deposit Terms", content: { - type: "paragraph", text: "A 50% non-refundable deposit is required to secure your date." + text: "A 50% non-refundable deposit is required to secure your date." }, }, { - heading: "Cancellation Policy", content: { - type: "list", items: [ - "Cancel 14 days before: 50% refund", "Cancel within 7 days: No refund", "Date changes subject to availability" - ], - }, + heading: "Cancellation Policy", items: [ + "Cancel 14 days before: 50% refund", "Cancel within 7 days: No refund", "Date changes subject to availability" + ], }, ]} />