diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c0c816..1a6436e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,131 +33,73 @@ export default function LandingPage() {
@@ -180,23 +122,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "24/7 Availability", - description: "Always there when you need us, day or night.", - imageSrc: "http://img.b2bpic.net/free-vector/taxi-icons-flat-set_1284-3827.jpg?_wi=2", - imageAlt: "24/7 Service", - }, + title: "24/7 Availability", description: "Always there when you need us, day or night.", imageSrc: "http://img.b2bpic.net/free-vector/taxi-icons-flat-set_1284-3827.jpg?_wi=2", imageAlt: "24/7 Service"}, { - title: "Professional Chauffeurs", - description: "Highly trained, polite, and punctual drivers.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-sitting-inside-car_1303-18972.jpg?_wi=2", - imageAlt: "Professional Chauffeur", - }, + title: "Professional Chauffeurs", description: "Highly trained, polite, and punctual drivers.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-sitting-inside-car_1303-18972.jpg?_wi=2", imageAlt: "Professional Chauffeur"}, { - title: "Airport Transfers", - description: "Seamless pickups and drop-offs for your travels.", - imageSrc: "http://img.b2bpic.net/free-photo/car-dealership-salesman-showing-product-offerings-clipboard-woman_482257-117280.jpg?_wi=2", - imageAlt: "Airport Transfers", - }, + title: "Airport Transfers", description: "Seamless pickups and drop-offs for your travels.", imageSrc: "http://img.b2bpic.net/free-photo/car-dealership-salesman-showing-product-offerings-clipboard-woman_482257-117280.jpg?_wi=2", imageAlt: "Airport Transfers"}, ]} title="Why Choose Our Service?" description="We set the bar high so you don't have to compromise on your travel experience." @@ -210,55 +140,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "city-transfer", - tag: "Basic", - price: "$85", - period: "/ trip", - description: "Quick travel across the city.", - button: { - text: "Choose City", - href: "#contact", - }, - featuresTitle: "Included", - features: [ - "Luxury sedan", - "Bottled water", - "Door to door", - ], + id: "city-transfer", tag: "Basic", price: "$85", period: "/ trip", description: "Quick travel across the city.", button: { + text: "Choose City", href: "#contact"}, + featuresTitle: "Included", features: [ + "Luxury sedan", "Bottled water", "Door to door"], }, { - id: "airport-transfer", - tag: "Popular", - price: "$150", - period: "/ trip", - description: "Seamless airport arrivals.", - button: { - text: "Choose Airport", - href: "#contact", - }, - featuresTitle: "Included", - features: [ - "Flight monitoring", - "Meet & greet", - "Premium vehicle", - ], + id: "airport-transfer", tag: "Popular", price: "$150", period: "/ trip", description: "Seamless airport arrivals.", button: { + text: "Choose Airport", href: "#contact"}, + featuresTitle: "Included", features: [ + "Flight monitoring", "Meet & greet", "Premium vehicle"], }, { - id: "hourly-charter", - tag: "Elite", - price: "$350", - period: "/ 4hrs", - description: "Personal driver for your schedule.", - button: { - text: "Choose Hourly", - href: "#contact", - }, - featuresTitle: "Included", - features: [ - "Unlimited stops", - "Priority support", - "Premium amenities", - ], + id: "hourly-charter", tag: "Elite", price: "$350", period: "/ 4hrs", description: "Personal driver for your schedule.", button: { + text: "Choose Hourly", href: "#contact"}, + featuresTitle: "Included", features: [ + "Unlimited stops", "Priority support", "Premium amenities"], }, ]} title="Premium Rate Packages" @@ -273,22 +170,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - title: "Happy Clients", - value: "2,500+", - icon: Users, + id: "m1", title: "Happy Clients", value: "2,500+", icon: Users, }, { - id: "m2", - title: "Trips Completed", - value: "15k+", - icon: Car, + id: "m2", title: "Trips Completed", value: "15k+", icon: Car, }, { - id: "m3", - title: "On-Time Rating", - value: "99.8%", - icon: Clock, + id: "m3", title: "On-Time Rating", value: "99.8%", icon: Clock, }, ]} title="By The Numbers" @@ -304,45 +192,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Jenkins", - role: "VP Operations", - company: "Global Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-happy-positive-with-arms-crossed-standing-purple-background_141793-110749.jpg", - }, + id: "t1", name: "Sarah Jenkins", role: "VP Operations", company: "Global Tech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-camera-happy-positive-with-arms-crossed-standing-purple-background_141793-110749.jpg"}, { - id: "t2", - name: "Mark Stevens", - role: "Consultant", - company: "Strategic Inc", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", - }, + id: "t2", name: "Mark Stevens", role: "Consultant", company: "Strategic Inc", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg"}, { - id: "t3", - name: "Chloe Vance", - role: "Creative Lead", - company: "DesignCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - }, + id: "t3", name: "Chloe Vance", role: "Creative Lead", company: "DesignCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"}, { - id: "t4", - name: "David Thorne", - role: "Investor", - company: "Thorne Capital", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", - }, + id: "t4", name: "David Thorne", role: "Investor", company: "Thorne Capital", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg"}, { - id: "t5", - name: "Elena Ross", - role: "Attorney", - company: "Ross Legal", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", - }, + id: "t5", name: "Elena Ross", role: "Attorney", company: "Ross Legal", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg"}, ]} title="Voices of Luxury" description="See why we remain the preferred choice for premium travel." @@ -355,20 +218,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "Do you offer airport monitoring?", - content: "Yes, we track all flights to adjust for delays.", - }, + id: "q1", title: "Do you offer airport monitoring?", content: "Yes, we track all flights to adjust for delays."}, { - id: "q2", - title: "Are vehicles child-safe?", - content: "We offer child seats upon advance request.", - }, + id: "q2", title: "Are vehicles child-safe?", content: "We offer child seats upon advance request."}, { - id: "q3", - title: "How far in advance to book?", - content: "Booking 24 hours ahead is ideal for guaranteed availability.", - }, + id: "q3", title: "How far in advance to book?", content: "Booking 24 hours ahead is ideal for guaranteed availability. [Book Now](/contact)"}, ]} title="Frequently Asked" description="Common questions about our premium service." @@ -380,14 +234,11 @@ export default function LandingPage() { @@ -401,4 +252,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file