Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-04-02 11:21:29 +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: { text: "Cancellations must be made 48 hours prior to arrival." }
},
{
heading: "Payment", content: { type: "list", items: ["Credit card required", "Cash at arrival"] }
heading: "Payment", content: { items: ["Credit card required", "Cash at arrival"] }
},
]}
/>