From 6c46eb74aff3375b6837362611b4e25f372c3d1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 11:29:10 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c483d2a..8efb65d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,10 +62,10 @@ export default function ContactPage() { title="Booking Policy" sections={[ { - heading: "Cancellation", content: { type: "paragraph", text: "Cancellations must be made 48 hours prior to arrival." } + heading: "Cancellation", content: "Cancellations must be made 48 hours prior to arrival." }, { - heading: "Payment", content: { type: "list", items: ["Credit card required", "Cash at arrival"] } + heading: "Payment", content: "Credit card required, Cash at arrival" }, ]} /> -- 2.49.1