Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-04-02 11:29:13 +00:00

View File

@@ -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"
},
]}
/>