diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4a67d1b..ae09b1d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,7 +51,7 @@ export default function ContactPage() { title="Terms of Service" sections={[ { - heading: "Policy", content: "All reservations are non-refundable within 48 hours." + heading: "Policy", content: [{ type: "paragraph", text: "All reservations are non-refundable within 48 hours." }] } ]} />