From 1c1b9dfcfaaf2ddcccb095a95ec8e766462418a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 02:58:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d304a6b..248f645 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,7 +191,7 @@ export default function LandingPage() { { id: "q3", title: "Can I request late checkout?", content: "Late checkout is subject to availability and may incur a fee."}, { - id: "q4", title: "Cancellation Policy", content: "Cancellations made at least 48 hours before your arrival date are fully refundable."}, + id: "q4", title: "Cancellation Policy", content: "Cancellations made at least 48 hours before your arrival date are fully refundable. For cancellations made within 48 hours, a one-night fee applies."}, ]} title="Frequently Asked" description="Quick answers to help you plan your upcoming stay." -- 2.49.1