diff --git a/src/app/page.tsx b/src/app/page.tsx
index ac888e0..5e5a978 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -152,21 +152,21 @@ export default function LandingPage() {
"},
+ id: "1", title: "Full Name", content: "Please provide your complete name for booking confirmation."},
{
- id: "2", title: "Phone Number *", content: ""},
+ id: "2", title: "Phone Number", content: "Enter your contact number starting with +91 for India."},
{
- id: "3", title: "Pickup Location *", content: ""},
+ id: "3", title: "Pickup Location", content: "Specify where we should pick you up (e.g., home, hotel, Chennai Central)."},
{
- id: "4", title: "Destination *", content: ""},
+ id: "4", title: "Destination", content: "Tell us where you want to go or which package interests you."},
{
- id: "5", title: "Travel Date *", content: ""},
+ id: "5", title: "Travel Date", content: "Let us know your preferred date and time for travel."},
{
- id: "6", title: "Vehicle Type *", content: ""},
+ 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"
/>