From 5af5bb38ab5166caea244929523be4d45a3190ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:39:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b351c2d..c4fbac2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -233,6 +233,8 @@ export default function LandingPage() { id: "q4", title: "Are lockers rentable?", content: "Absolutely, lockers are available near the entrance."}, { id: "q5", title: "What happens in case of bad weather?", content: "We prioritize guest safety and may pause attractions during severe weather. We offer flexible rebooking or rain checks for your peace of mind."}, + { + id: "q6", title: "What is your cancellation policy?", content: "You can cancel your booking up to 24 hours before your visit for a full refund. We want you to book with total confidence!"} ]} title="Got Questions?" description="Here is everything you need to know for your perfect day at SplashZone." -- 2.49.1