diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 66add78..84344f6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -60,12 +60,10 @@ export default function LandingPage() { sections={[ { heading: "Cancellation", content: { - type: "paragraph" as const, text: "Cancellations must be made 48 hours prior to arrival."}, }, { heading: "Payment", content: { - type: "list" as const, items: [ "Credit card required", "Cash at arrival"], },