diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e017037..c483d2a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"] } }, ]} />