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