Update src/app/contact/page.tsx

This commit is contained in:
2026-03-30 08:12:17 +00:00
parent 349cdc8e05
commit d5ff6282f4

View File

@@ -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." }]
}
]}
/>