Update src/app/contact/page.tsx

This commit is contained in:
2026-04-02 11:20:26 +00:00
parent 5958121d98
commit b293fcab5c

View File

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