Update src/app/page.tsx

This commit is contained in:
2026-05-07 14:11:49 +00:00
parent ac6dc11843
commit 48adf4d5d1

View File

@@ -148,7 +148,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "How do I book a tour?", content: "Contact us directly via our form or email to start your consultation." },
{ id: "q1", title: "How do I book a tour?", content: "Fill out the form below or contact our concierge directly to initiate your custom consultation." },
{ id: "q2", title: "Is accommodation included?", content: "All our luxury tours include stays at hand-picked boutique hotels or villas." },
{ id: "q3", title: "Can I customize my trip?", content: "Yes, all itineraries are fully bespoke to your preferences." },
]}