Merge version_1 into main #6
@@ -62,10 +62,10 @@ export default function ContactPage() {
|
||||
title="Booking Policy"
|
||||
sections={[
|
||||
{
|
||||
heading: "Cancellation", content: { text: "Cancellations must be made 48 hours prior to arrival." }
|
||||
heading: "Cancellation", content: { type: "paragraph", text: "Cancellations must be made 48 hours prior to arrival." }
|
||||
},
|
||||
{
|
||||
heading: "Payment", content: { items: ["Credit card required", "Cash at arrival"] }
|
||||
heading: "Payment", content: { type: "list", items: ["Credit card required", "Cash at arrival"] }
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user