From b293fcab5c64b2b18db3e1c87899e3328acf9edb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 11:20:26 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 -- 1 file changed, 2 deletions(-) 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"], }, -- 2.49.1