Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-02 23:23:49 +00:00

View File

@@ -51,12 +51,14 @@ export default function LandingPage() {
sections={[
{
heading: "Deposit Terms", content: {
text: "A 50% non-refundable deposit is required to secure your date."},
type: "paragraph", text: "A 50% non-refundable deposit is required to secure your date."
},
},
{
heading: "Cancellation Policy", content: {
items: [
"Cancel 14 days before: 50% refund", "Cancel within 7 days: No refund", "Date changes subject to availability"],
type: "list", items: [
"Cancel 14 days before: 50% refund", "Cancel within 7 days: No refund", "Date changes subject to availability"
],
},
},
]}