Update src/app/contact/page.tsx

This commit is contained in:
2026-05-02 23:24:11 +00:00
parent 73e26c3603
commit 0c3145a830

View File

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