Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-05 08:33:42 +00:00

View File

@@ -152,21 +152,21 @@ export default function LandingPage() {
<FaqSplitMedia
faqs={[
{
id: "1", title: "Name *", content: "<input type='text' placeholder='Enter your full name' class='w-full px-4 py-2 border rounded' />"},
id: "1", title: "Full Name", content: "Please provide your complete name for booking confirmation."},
{
id: "2", title: "Phone Number *", content: "<input type='tel' placeholder='+91 your mobile number' class='w-full px-4 py-2 border rounded' />"},
id: "2", title: "Phone Number", content: "Enter your contact number starting with +91 for India."},
{
id: "3", title: "Pickup Location *", content: "<input type='text' placeholder='e.g., Chennai Central, Home, Hotel' class='w-full px-4 py-2 border rounded' />"},
id: "3", title: "Pickup Location", content: "Specify where we should pick you up (e.g., home, hotel, Chennai Central)."},
{
id: "4", title: "Destination *", content: "<input type='text' placeholder='Where to?' class='w-full px-4 py-2 border rounded' />"},
id: "4", title: "Destination", content: "Tell us where you want to go or which package interests you."},
{
id: "5", title: "Travel Date *", content: "<input type='date' class='w-full px-4 py-2 border rounded' />"},
id: "5", title: "Travel Date", content: "Let us know your preferred date and time for travel."},
{
id: "6", title: "Vehicle Type *", content: "<select class='w-full px-4 py-2 border rounded'><option>Sedan</option><option>SUV</option><option>Tempo Traveller</option></select>"},
id: "6", title: "Vehicle Type", content: "Choose from Sedan for 4 passengers, SUV for 6 passengers, or Tempo Traveller for larger groups."},
]}
title="Quick Booking Form"
description="Get a free quote in just 30 seconds. Fill in your details below."
tag="Book Now"
title="Get Your Free Quote"
description="Book in 60 seconds. Just tell us your travel details and we'll confirm your ride instantly."
tag="Quick Booking"
tagIcon={Calendar}
imageSrc="http://img.b2bpic.net/free-photo/car-dealer-customer-vehicle-showroom-choosing-new-car_342744-752.jpg"
imageAlt="Quick booking form"
@@ -176,6 +176,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="instant"
buttons={[
{ text: "Get Free Quote", href: "tel:+918056211959" },
]}
buttonAnimation="slide-up"
/>
</div>