Merge version_1 into main #4
@@ -50,15 +50,15 @@ export default function LandingPage() {
|
||||
title="Booking & Cancellation Policy"
|
||||
sections={[
|
||||
{
|
||||
heading: "Deposit Terms", content: {
|
||||
text: "A 50% non-refundable deposit is required to secure your date."
|
||||
},
|
||||
heading: "Deposit Terms", content: [
|
||||
{ type: "paragraph", text: "A 50% non-refundable deposit is required to secure your date." }
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "Cancellation Policy", items: [
|
||||
"Cancel 14 days before: 50% refund", "Cancel within 7 days: No refund", "Date changes subject to availability"
|
||||
],
|
||||
},
|
||||
heading: "Cancellation Policy", content: [
|
||||
{ type: "list", items: ["Cancel 14 days before: 50% refund", "Cancel within 7 days: No refund", "Date changes subject to availability"] }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user