From d5ff6282f4add7d4d1e92d8d9d8429ae27172dbc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 08:12:17 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }] } ]} />