From aab574c9fc46ebb91221b8220ecd9ee8ef8239e1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 17:03:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a0b4ba..4cb42a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1