From cd0cddb00ca099832d82033a98627f7aa35c2e84 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 22:39:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c66725f..da57938 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "What areas do you serve?", content: "We serve all of Dubai, including airport transfers and neighboring Emirates." }, + { id: "q1", title: "What areas do you serve?", content: "We serve all of Dubai, including Dubai International Airport (DXB) and neighboring Emirates." }, { id: "q2", title: "How do I book a limo?", content: "You can book directly via our website or reach out to our concierge for custom arrangements." }, { id: "q3", title: "Is security included?", content: "Yes, for VIP services, we provide integrated security and escort arrangements." }, ]} @@ -219,4 +219,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file