Merge version_1 into main #7
@@ -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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user