Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f6e0198de7 | |||
| 9d1918b2b9 | |||
| aab574c9fc | |||
| d2b26946ee | |||
| 76cef41e99 |
@@ -71,6 +71,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwelve
|
<FeatureCardTwelve
|
||||||
|
tag="Our Advantages"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -132,11 +133,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
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"
|
title="Frequently Asked Questions"
|
||||||
description="Find answers to your common booking and travel questions here."
|
description="Find answers to your common booking and travel questions here."
|
||||||
@@ -185,4 +186,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user