Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-27 17:03:15 +00:00

View File

@@ -132,11 +132,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "How can I book a taxi?", content: "You can book your taxi by contacting us directly through phone or email listed on our website."},
id: "q1", title: "How can I book a taxi?", content: "You can book your taxi instantly by calling us at +91-9876543210 or clicking the 'Book Now' button below."},
{
id: "q2", title: "Is the taxi available 24/7?", content: "Yes, we operate 24/7 to ensure you have a ride whenever you need it."},
id: "q2", title: "Is the taxi available 24/7?", content: "Yes, we operate 24/7 to ensure you have a ride whenever you need it. Call us anytime at +91-9876543210."},
{
id: "q3", title: "Do you provide airport transfers?", content: "Absolutely! We provide comfortable transfer services to and from major airports."},
id: "q3", title: "Do you provide airport transfers?", content: "Absolutely! We provide comfortable transfer services to and from major airports. Contact us at +91-9876543210 for a quote."},
]}
title="Frequently Asked Questions"
description="Find answers to your common booking and travel questions here."
@@ -185,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}