diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 00b436b..197b13f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,7 +11,7 @@ import { Shield, Star, Plane, - Taxi, + Navigation, Phone, } from "lucide-react"; import Link from "next/link"; @@ -27,8 +27,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Our Services", href: "services" }, { label: "Tour Packages", href: "packages" }, @@ -36,23 +35,17 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 095666 55435", href: "tel:+919566655435" }, { - label: "Email: info@coimbatoretours.com", - href: "mailto:info@coimbatoretours.com", - }, + label: "Email: info@coimbatoretours.com", href: "mailto:info@coimbatoretours.com"}, { - label: "Address: 436, A/2, Avinashi Rd, Peelamedu", - href: "#contact", - }, + label: "Address: 436, A/2, Avinashi Rd, Peelamedu", href: "#contact"}, { label: "Open 24 Hours", href: "#contact" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Booking Support", href: "#inquiry" }, { label: "WhatsApp Chat", href: "#contact" }, @@ -78,9 +71,7 @@ export default function ContactPage() { @@ -92,82 +83,55 @@ export default function ContactPage() { tag="Trusted Local Service" tagIcon={MapPin} background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} buttons={[ { - text: "Book Now", - href: "inquiry", - }, + text: "Book Now", href: "inquiry"}, { - text: "Call Now", - href: "tel:+919566655435", - }, + text: "Call Now", href: "tel:+919566655435"}, ]} dashboard={{ - title: "Why Travelers Choose Us", - logoIcon: Star, + title: "Why Travelers Choose Us", logoIcon: Star, imageSrc: - "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236705.jpg?_wi=2", - searchPlaceholder: "Where are you going?", - sidebarItems: [ + "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236705.jpg", searchPlaceholder: "Where are you going?", sidebarItems: [ { icon: MapPin, active: true }, { icon: Clock, active: false }, { icon: Shield, active: false }, ], buttons: [ { - text: "Airport Transfer", - href: "services", - }, + text: "Airport Transfer", href: "services"}, { - text: "City Cab", - href: "services", - }, + text: "City Cab", href: "services"}, ], stats: [ { - title: "On-Time Pickups", - values: ["98%", "99%", "100%"], - description: "Reliable and punctual service", - }, + title: "On-Time Pickups", values: [98, 99, 100], + description: "Reliable and punctual service"}, { - title: "Happy Customers", - values: ["4.1", "4.2", "4.3"], - valueSuffix: "★", - description: "Rating from 98 verified reviews", - }, + title: "Happy Customers", values: [4.1, 4.2, 4.3], + valueSuffix: "★", description: "Rating from 98 verified reviews"}, { - title: "Well-Maintained Fleet", - values: ["25+", "30+", "35+"], - description: "AC vehicles regularly serviced", - }, + title: "Well-Maintained Fleet", values: [25, 30, 35], + description: "AC vehicles regularly serviced"}, ], - chartTitle: "Service Availability", - chartData: [ + chartTitle: "Service Availability", chartData: [ { value: 95 }, { value: 98 }, { value: 100 }, { value: 97 }, { value: 99 }, ], - listTitle: "Available Services", - listItems: [ + listTitle: "Available Services", listItems: [ { icon: Plane, - title: "Airport Transfer", - status: "24/7 Available", - }, + title: "Airport Transfer", status: "24/7 Available"}, { - icon: Taxi, - title: "City Cab Rental", - status: "On Demand", - }, + icon: Navigation, + title: "City Cab Rental", status: "On Demand"}, { icon: MapPin, - title: "Outstation Trips", - status: "Custom Routes", - }, + title: "Outstation Trips", status: "Custom Routes"}, ], }} /> @@ -178,9 +142,7 @@ export default function ContactPage() { ctaTitle="Book Your Journey Today" ctaDescription="Fill out the form below to get a free quote or book your travel. We'll respond within 1 hour." ctaButton={{ - text: "Get Free Quote", - href: "#inquiry-form", - }} + text: "Get Free Quote", href: "#inquiry-form"}} ctaIcon={Phone} useInvertedBackground={false} animationType="slide-up" @@ -188,41 +150,23 @@ export default function ContactPage() { showCard={true} faqs={[ { - id: "1", - title: "How far in advance should I book?", - content: - "For airport transfers, booking at least 12 hours in advance is recommended. For tour packages, we suggest booking 3-7 days ahead. Last-minute bookings are available on request based on vehicle availability.", - }, + id: "1", title: "How far in advance should I book?", content: + "For airport transfers, booking at least 12 hours in advance is recommended. For tour packages, we suggest booking 3-7 days ahead. Last-minute bookings are available on request based on vehicle availability."}, { - id: "2", - title: "What vehicles do you offer?", - content: - "We offer a range of vehicles including sedan cars (AC), SUVs for family travel, and coaches for group tours. All vehicles are well-maintained, air-conditioned, and regularly serviced for your comfort and safety.", - }, + id: "2", title: "What vehicles do you offer?", content: + "We offer a range of vehicles including sedan cars (AC), SUVs for family travel, and coaches for group tours. All vehicles are well-maintained, air-conditioned, and regularly serviced for your comfort and safety."}, { - id: "3", - title: "Do you provide drivers for outstation trips?", - content: - "Yes, all our outstation and tour packages include experienced, professionally trained drivers. For self-drive options, we can arrange vehicle rental. Our drivers are well-versed with all major routes and destinations.", - }, + id: "3", title: "Do you provide drivers for outstation trips?", content: + "Yes, all our outstation and tour packages include experienced, professionally trained drivers. For self-drive options, we can arrange vehicle rental. Our drivers are well-versed with all major routes and destinations."}, { - id: "4", - title: "What is your cancellation policy?", - content: - "Cancellations made 24 hours before the scheduled time receive a full refund. Cancellations within 24 hours are subject to a 50% charge. No-shows incur the full booking amount. Special policies apply for package tours.", - }, + id: "4", title: "What is your cancellation policy?", content: + "Cancellations made 24 hours before the scheduled time receive a full refund. Cancellations within 24 hours are subject to a 50% charge. No-shows incur the full booking amount. Special policies apply for package tours."}, { - id: "5", - title: "Do you offer WhatsApp support?", - content: - "Yes! We provide WhatsApp support for quick queries and bookings. You can reach us at any time for inquiries, track your ride, and communicate directly with our team via WhatsApp.", - }, + id: "5", title: "Do you offer WhatsApp support?", content: + "Yes! We provide WhatsApp support for quick queries and bookings. You can reach us at any time for inquiries, track your ride, and communicate directly with our team via WhatsApp."}, { - id: "6", - title: "Are your drivers trained and verified?", - content: - "Absolutely. All our drivers undergo thorough background verification, safety training, and customer service courses. They are professional, courteous, and know the roads inside out.", - }, + id: "6", title: "Are your drivers trained and verified?", content: + "Absolutely. All our drivers undergo thorough background verification, safety training, and customer service courses. They are professional, courteous, and know the roads inside out."}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 2928d18..bb0d072 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,6 @@ import { Plane, Clock, Shield, - Taxi, Navigation, Ticket, ShieldCheck, @@ -36,8 +35,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Our Services", href: "/services" }, { label: "Tour Packages", href: "packages" }, @@ -45,8 +43,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 095666 55435", href: "tel:+919566655435" }, { label: "Email: info@coimbatoretours.com", href: "mailto:info@coimbatoretours.com" }, { label: "Address: 436, A/2, Avinashi Rd, Peelamedu", href: "#contact" }, @@ -54,8 +51,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Booking Support", href: "#inquiry" }, { label: "WhatsApp Chat", href: "#contact" }, @@ -97,11 +93,8 @@ export default function HomePage() { { text: "Call Now", href: "tel:+919566655435" }, ]} dashboard={{ - title: "Why Travelers Choose Us", - logoIcon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236705.jpg?_wi=1", - searchPlaceholder: "Where are you going?", - sidebarItems: [ + title: "Why Travelers Choose Us", logoIcon: Star, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236705.jpg", searchPlaceholder: "Where are you going?", sidebarItems: [ { icon: MapPin, active: true }, { icon: Clock, active: false }, { icon: Shield, active: false }, @@ -112,35 +105,26 @@ export default function HomePage() { ], stats: [ { - title: "On-Time Pickups", - values: ["98%", "99%", "100%"], - description: "Reliable and punctual service", - }, + title: "On-Time Pickups", values: [98, 99, 100], + description: "Reliable and punctual service"}, { - title: "Happy Customers", - values: ["4.1", "4.2", "4.3"], - valueSuffix: "★", - description: "Rating from 98 verified reviews", - }, + title: "Happy Customers", values: [4.1, 4.2, 4.3], + valueSuffix: "★", description: "Rating from 98 verified reviews"}, { - title: "Well-Maintained Fleet", - values: ["25+", "30+", "35+"], - description: "AC vehicles regularly serviced", - }, + title: "Well-Maintained Fleet", values: [25, 30, 35], + description: "AC vehicles regularly serviced"}, ], - chartTitle: "Service Availability", - chartData: [ + chartTitle: "Service Availability", chartData: [ { value: 95 }, { value: 98 }, { value: 100 }, { value: 97 }, { value: 99 }, ], - listTitle: "Available Services", - listItems: [ + listTitle: "Available Services", listItems: [ { icon: Plane, title: "Airport Transfer", status: "24/7 Available" }, - { icon: Taxi, title: "City Cab Rental", status: "On Demand" }, - { icon: MapPin, title: "Outstation Trips", status: "Custom Routes" }, + { icon: MapPin, title: "City Cab Rental", status: "On Demand" }, + { icon: Navigation, title: "Outstation Trips", status: "Custom Routes" }, ], }} /> @@ -155,25 +139,13 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Rajesh Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg?_wi=1", - }, + id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg"}, { - id: "2", - name: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg?_wi=1", - }, + id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg"}, { - id: "3", - name: "Senthil Murugan", - imageSrc: "http://img.b2bpic.net/free-photo/father-son-posing-with-thumbs-up_23-2148414891.jpg?_wi=1", - }, + id: "3", name: "Senthil Murugan", imageSrc: "http://img.b2bpic.net/free-photo/father-son-posing-with-thumbs-up_23-2148414891.jpg"}, { - id: "4", - name: "Anitha Reddy", - imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-businessman-making-hand-frame-against-orange-backdrop_23-2148119724.jpg?_wi=1", - }, + id: "4", name: "Anitha Reddy", imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-businessman-making-hand-frame-against-orange-backdrop_23-2148119724.jpg"}, ]} /> @@ -189,63 +161,39 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Airport Transfers", - description: "Professional pickup and drop-off service to/from Coimbatore Airport. Punctual, courteous drivers with well-maintained AC vehicles.", - icon: Plane, + title: "Airport Transfers", description: "Professional pickup and drop-off service to/from Coimbatore Airport. Punctual, courteous drivers with well-maintained AC vehicles.", icon: Plane, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-her-car_23-2149076661.jpg?_wi=1", - imageAlt: "Professional airport transfer service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-her-car_23-2149076661.jpg", imageAlt: "Professional airport transfer service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/documents-through-open-window-paperwork-back-seat-car-senior-businessman-with-documents_146671-14521.jpg?_wi=1", - imageAlt: "Luxury AC vehicle for airport pickup", - }, + imageSrc: "http://img.b2bpic.net/free-photo/documents-through-open-window-paperwork-back-seat-car-senior-businessman-with-documents_146671-14521.jpg", imageAlt: "Luxury AC vehicle for airport pickup"}, ], }, { - title: "City Cab Rental", - description: "Explore Coimbatore with our reliable city cab rental service. Perfect for local commutes, sightseeing, and business travel.", - icon: MapPin, + title: "City Cab Rental", description: "Explore Coimbatore with our reliable city cab rental service. Perfect for local commutes, sightseeing, and business travel.", icon: MapPin, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/app-beauty-adult-beautiful-business_1303-2346.jpg?_wi=1", - imageAlt: "City cab rental service coimbatore", - }, + imageSrc: "http://img.b2bpic.net/free-photo/app-beauty-adult-beautiful-business_1303-2346.jpg", imageAlt: "City cab rental service coimbatore"}, { - imageSrc: "http://img.b2bpic.net/free-photo/laughter-move-inside-car-baby-feeds-sister-family-trip_169016-69579.jpg?_wi=1", - imageAlt: "Comfortable family cab rental", - }, + imageSrc: "http://img.b2bpic.net/free-photo/laughter-move-inside-car-baby-feeds-sister-family-trip_169016-69579.jpg", imageAlt: "Comfortable family cab rental"}, ], }, { - title: "Outstation Trips", - description: "Comfortable outstation travel to Ooty, Kodaikanal, Coorg, Yercaud, and other destinations. Customized itineraries and experienced drivers.", - icon: Navigation, + title: "Outstation Trips", description: "Comfortable outstation travel to Ooty, Kodaikanal, Coorg, Yercaud, and other destinations. Customized itineraries and experienced drivers.", icon: Navigation, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052490.jpg?_wi=1", - imageAlt: "Outstation trip hill station travel", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052490.jpg", imageAlt: "Outstation trip hill station travel"}, { - imageSrc: "http://img.b2bpic.net/free-photo/summer-view-valley-pyrenees_1398-3210.jpg?_wi=1", - imageAlt: "Scenic ooty hill station destination", - }, + imageSrc: "http://img.b2bpic.net/free-photo/summer-view-valley-pyrenees_1398-3210.jpg", imageAlt: "Scenic ooty hill station destination"}, ], }, { - title: "Tour Packages", - description: "Pre-planned and customizable domestic & international tour packages. Hassle-free travel with professional guides and comfortable accommodation arrangements.", - icon: Ticket, + title: "Tour Packages", description: "Pre-planned and customizable domestic & international tour packages. Hassle-free travel with professional guides and comfortable accommodation arrangements.", icon: Ticket, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-taking-photo-boyfriend-jungle_23-2147637676.jpg?_wi=1", - imageAlt: "Family tour package travel coorg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/girl-taking-photo-boyfriend-jungle_23-2147637676.jpg", imageAlt: "Family tour package travel coorg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hike-endurance-aim-peak-top_1150-994.jpg?_wi=1", - imageAlt: "Kodaikanal scenic tour destination", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hike-endurance-aim-peak-top_1150-994.jpg", imageAlt: "Kodaikanal scenic tour destination"}, ], }, ]} @@ -276,49 +224,13 @@ export default function HomePage() { useInvertedBackground={false} blogs={[ { - id: "1", - category: "Airport Transfer", - title: "Punctual and Professional Service", - excerpt: "The driver was waiting with a sign at the airport gate. Very punctual and courteous. My entire family felt safe and comfortable throughout the journey.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-her-car_23-2149076661.jpg?_wi=2", - imageAlt: "Happy customer airport transfer", - authorName: "Rajesh Kumar", - authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", - date: "Jan 2025", - }, + id: "1", category: "Airport Transfer", title: "Punctual and Professional Service", excerpt: "The driver was waiting with a sign at the airport gate. Very punctual and courteous. My entire family felt safe and comfortable throughout the journey.", imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-her-car_23-2149076661.jpg", imageAlt: "Happy customer airport transfer", authorName: "Rajesh Kumar", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-female-wearing-her-red-hair-bun-laughing-out-loud_273609-9260.jpg", date: "Jan 2025"}, { - id: "2", - category: "Outstation Trip", - title: "Amazing Ooty Getaway", - excerpt: "We booked a 3-day Ooty trip package. The entire experience was seamless - comfortable vehicle, knowledgeable driver, and well-planned itinerary. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/summer-view-valley-pyrenees_1398-3210.jpg?_wi=2", - imageAlt: "Ooty hill station trip", - authorName: "Priya Sharma", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", - date: "Dec 2024", - }, + id: "2", category: "Outstation Trip", title: "Amazing Ooty Getaway", excerpt: "We booked a 3-day Ooty trip package. The entire experience was seamless - comfortable vehicle, knowledgeable driver, and well-planned itinerary. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/summer-view-valley-pyrenees_1398-3210.jpg", imageAlt: "Ooty hill station trip", authorName: "Priya Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", date: "Dec 2024"}, { - id: "3", - category: "City Cab Service", - title: "Best Local Transport Option", - excerpt: "Used their city cab service for office commute. Reliable, affordable, and professional service. I've become a regular customer and never regretted my choice.", - imageSrc: "http://img.b2bpic.net/free-photo/app-beauty-adult-beautiful-business_1303-2346.jpg?_wi=2", - imageAlt: "City cab service", - authorName: "Senthil Murugan", - authorAvatar: "http://img.b2bpic.net/free-photo/father-son-posing-with-thumbs-up_23-2148414891.jpg", - date: "Dec 2024", - }, + id: "3", category: "City Cab Service", title: "Best Local Transport Option", excerpt: "Used their city cab service for office commute. Reliable, affordable, and professional service. I've become a regular customer and never regretted my choice.", imageSrc: "http://img.b2bpic.net/free-photo/app-beauty-adult-beautiful-business_1303-2346.jpg", imageAlt: "City cab service", authorName: "Senthil Murugan", authorAvatar: "http://img.b2bpic.net/free-photo/father-son-posing-with-thumbs-up_23-2148414891.jpg", date: "Dec 2024"}, { - id: "4", - category: "Family Travel", - title: "Perfect for Family Vacations", - excerpt: "Booked a Coorg tour package for our family. Everything was perfectly arranged - spacious vehicle, comfortable ride, and friendly driver. Kids loved the experience!", - imageSrc: "http://img.b2bpic.net/free-photo/india-woods-hill-station-fog-coffee_1376-22.jpg?_wi=1", - imageAlt: "Family coorg tour", - authorName: "Anitha Reddy", - authorAvatar: "http://img.b2bpic.net/free-photo/confident-smiling-young-businessman-making-hand-frame-against-orange-backdrop_23-2148119724.jpg", - date: "Nov 2024", - }, + id: "4", category: "Family Travel", title: "Perfect for Family Vacations", excerpt: "Booked a Coorg tour package for our family. Everything was perfectly arranged - spacious vehicle, comfortable ride, and friendly driver. Kids loved the experience!", imageSrc: "http://img.b2bpic.net/free-photo/india-woods-hill-station-fog-coffee_1376-22.jpg", imageAlt: "Family coorg tour", authorName: "Anitha Reddy", authorAvatar: "http://img.b2bpic.net/free-photo/confident-smiling-young-businessman-making-hand-frame-against-orange-backdrop_23-2148119724.jpg", date: "Nov 2024"}, ]} /> @@ -335,35 +247,17 @@ export default function HomePage() { showCard={true} faqs={[ { - id: "1", - title: "How far in advance should I book?", - content: "For airport transfers, booking at least 12 hours in advance is recommended. For tour packages, we suggest booking 3-7 days ahead. Last-minute bookings are available on request based on vehicle availability.", - }, + id: "1", title: "How far in advance should I book?", content: "For airport transfers, booking at least 12 hours in advance is recommended. For tour packages, we suggest booking 3-7 days ahead. Last-minute bookings are available on request based on vehicle availability."}, { - id: "2", - title: "What vehicles do you offer?", - content: "We offer a range of vehicles including sedan cars (AC), SUVs for family travel, and coaches for group tours. All vehicles are well-maintained, air-conditioned, and regularly serviced for your comfort and safety.", - }, + id: "2", title: "What vehicles do you offer?", content: "We offer a range of vehicles including sedan cars (AC), SUVs for family travel, and coaches for group tours. All vehicles are well-maintained, air-conditioned, and regularly serviced for your comfort and safety."}, { - id: "3", - title: "Do you provide drivers for outstation trips?", - content: "Yes, all our outstation and tour packages include experienced, professionally trained drivers. For self-drive options, we can arrange vehicle rental. Our drivers are well-versed with all major routes and destinations.", - }, + id: "3", title: "Do you provide drivers for outstation trips?", content: "Yes, all our outstation and tour packages include experienced, professionally trained drivers. For self-drive options, we can arrange vehicle rental. Our drivers are well-versed with all major routes and destinations."}, { - id: "4", - title: "What is your cancellation policy?", - content: "Cancellations made 24 hours before the scheduled time receive a full refund. Cancellations within 24 hours are subject to a 50% charge. No-shows incur the full booking amount. Special policies apply for package tours.", - }, + id: "4", title: "What is your cancellation policy?", content: "Cancellations made 24 hours before the scheduled time receive a full refund. Cancellations within 24 hours are subject to a 50% charge. No-shows incur the full booking amount. Special policies apply for package tours."}, { - id: "5", - title: "Do you offer WhatsApp support?", - content: "Yes! We provide WhatsApp support for quick queries and bookings. You can reach us at any time for inquiries, track your ride, and communicate directly with our team via WhatsApp.", - }, + id: "5", title: "Do you offer WhatsApp support?", content: "Yes! We provide WhatsApp support for quick queries and bookings. You can reach us at any time for inquiries, track your ride, and communicate directly with our team via WhatsApp."}, { - id: "6", - title: "Are your drivers trained and verified?", - content: "Absolutely. All our drivers undergo thorough background verification, safety training, and customer service courses. They are professional, courteous, and know the roads inside out.", - }, + id: "6", title: "Are your drivers trained and verified?", content: "Absolutely. All our drivers undergo thorough background verification, safety training, and customer service courses. They are professional, courteous, and know the roads inside out."}, ]} />