From 5da004f4b46bf0f88b72b7f0ca80147407b5b7aa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:23:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fb66fa..d2c7004 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,9 @@ export default function LandingPage() { faqs={[ { id: "f1", title: "What is the best way to travel?", content: "We recommend flying into Malaga or Gibraltar." }, { id: "f2", title: "Is WiFi reliable for work?", content: "Yes, we provide dedicated high-speed fiber." }, - { id: "f3", title: "Are meals included?", content: "Breakfast is included in all suite rates." } + { id: "f3", title: "Are meals included?", content: "Breakfast is included in all suite rates." }, + { id: "f4", title: "Are pets allowed at the lodge?", content: "We welcome well-behaved pets in selected suites. Please reach out to our concierge before booking to confirm availability." }, + { id: "f5", title: "When are you open for bookings?", content: "We operate seasonally from March through November to respect local biodiversity and provide optimal comfort." } ]} sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about your escape." -- 2.49.1