From 66e133febc6eb3adb23bf02cf29cbdb58da1a0da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:59:48 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9c65b72..8709fb2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,7 +33,8 @@ export default function AboutPage() { { name: "About", id: "about" }, ]} button={{ - text: "Book Now", href: "#booking"}} + text: "Book Now", href: "#booking" + }} animateOnLoad={true} /> @@ -46,13 +47,16 @@ export default function AboutPage() { features={[ { icon: Award, - title: "Excellence in Service", description: "We're dedicated to providing the highest standard of luxury vehicle rental service with attention to every detail and commitment to customer satisfaction."}, + title: "Excellence in Service", description: "We're dedicated to providing the highest standard of luxury vehicle rental service with attention to every detail and commitment to customer satisfaction." + }, { icon: Zap, - title: "Innovation & Technology", description: "Our advanced booking system and fleet management technology ensure seamless reservations and reliable service delivery for every client."}, + title: "Innovation & Technology", description: "Our advanced booking system and fleet management technology ensure seamless reservations and reliable service delivery for every client." + }, { icon: CheckCircle, - title: "Premium Fleet Curation", description: "Each vehicle in our collection is hand-selected and meticulously maintained to deliver the ultimate luxury rental experience."}, + title: "Premium Fleet Curation", description: "Each vehicle in our collection is hand-selected and meticulously maintained to deliver the ultimate luxury rental experience." + }, ]} animationType="slide-up" textboxLayout="default" @@ -66,7 +70,8 @@ export default function AboutPage() { description="Join thousands of satisfied clients who trust LuxeDrive for their premium vehicle rental needs." tag="Industry Partners" names={[ - "Hertz", "Avis", "Enterprise", "Alamo", "Europcar", "SIXT", "Budget", "Thrifty"]} + "Hertz", "Avis", "Enterprise", "Alamo", "Europcar", "SIXT", "Budget", "Thrifty" + ]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1 From 3873241ba82b0935e514a8fb97e9320e33a6c80c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:59:49 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 60 ++++++++++++++++++++++++++-------------- 1 file changed, 40 insertions(+), 20 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4ca38e2..a654615 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,7 +30,8 @@ export default function ContactPage() { { name: "About", id: "about" }, ]} button={{ - text: "Book Now", href: "#booking"}} + text: "Book Now", href: "#booking" + }} animateOnLoad={true} /> @@ -41,12 +42,15 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Book Your Vehicle", href: "#booking"}, + text: "Book Your Vehicle", href: "#booking" + }, { - text: "Return Home", href: "/"}, + text: "Return Home", href: "/" + }, ]} background={{ - variant: "plain"}} + variant: "plain" + }} useInvertedBackground={false} /> @@ -57,49 +61,65 @@ export default function ContactPage() { { title: "Navigation", items: [ { - label: "Home", href: "/"}, + label: "Home", href: "/" + }, { - label: "Fleet", href: "/fleet"}, + label: "Fleet", href: "/fleet" + }, { - label: "Pricing", href: "/pricing"}, + label: "Pricing", href: "/pricing" + }, { - label: "About", href: "/about"}, + label: "About", href: "/about" + }, ], }, { title: "Services", items: [ { - label: "Daily Rentals", href: "#"}, + label: "Daily Rentals", href: "#" + }, { - label: "Weekly Plans", href: "#"}, + label: "Weekly Plans", href: "#" + }, { - label: "Monthly Leasing", href: "#"}, + label: "Monthly Leasing", href: "#" + }, { - label: "Corporate Events", href: "#"}, + label: "Corporate Events", href: "#" + }, ], }, { title: "Support", items: [ { - label: "Contact Us", href: "/contact"}, + label: "Contact Us", href: "/contact" + }, { - label: "FAQ", href: "#"}, + label: "FAQ", href: "#" + }, { - label: "Insurance", href: "#"}, + label: "Insurance", href: "#" + }, { - label: "Policies", href: "#"}, + label: "Policies", href: "#" + }, ], }, { title: "Legal", items: [ { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", href: "#" + }, { - label: "Terms of Service", href: "#"}, + label: "Terms of Service", href: "#" + }, { - label: "Cookie Policy", href: "#"}, + label: "Cookie Policy", href: "#" + }, { - label: "Disclaimer", href: "#"}, + label: "Disclaimer", href: "#" + }, ], }, ]} -- 2.49.1 From b7b242515443744a2f5e7303449d06442d48aa90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:59:50 +0000 Subject: [PATCH 3/5] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 81 ++++++++++++++++++++++++++++-------------- 1 file changed, 54 insertions(+), 27 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index f030f71..63a3acb 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -34,7 +34,8 @@ export default function FleetPage() { brandName="LuxeDrive" navItems={navItems} button={{ - text: "Book Now", href: "#booking"}} + text: "Book Now", href: "#booking" + }} animateOnLoad={true} /> @@ -45,9 +46,11 @@ export default function FleetPage() { description="Explore our curated collection of premium and exotic vehicles, each meticulously maintained and ready for your next unforgettable journey." buttons={[ { - text: "Reserve Now", href: "#booking"}, + text: "Reserve Now", href: "#booking" + }, { - text: "Back to Home", href: "/"}, + text: "Back to Home", href: "/" + }, ]} imageSrc="http://img.b2bpic.net/free-photo/look-from-white-car-white-house_8353-1201.jpg" imageAlt="Premium luxury sports car showcase" @@ -63,15 +66,20 @@ export default function FleetPage() { tag="Available Now" products={[ { - id: "1", name: "Ferrari 488 GTB", price: "$2,500/day", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg", imageAlt: "Red Ferrari 488 GTB sports car"}, + id: "1", name: "Ferrari 488 GTB", price: "$2,500/day", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg", imageAlt: "Red Ferrari 488 GTB sports car" + }, { - id: "2", name: "Porsche 911 Carrera", price: "$1,800/day", imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sedan-parked-port_114579-5199.jpg", imageAlt: "Silver Porsche 911 Carrera"}, + id: "2", name: "Porsche 911 Carrera", price: "$1,800/day", imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sedan-parked-port_114579-5199.jpg", imageAlt: "Silver Porsche 911 Carrera" + }, { - id: "3", name: "Rolls-Royce Phantom", price: "$3,200/day", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-beautiful-woman-sitting-front-seat-man-dressed-suit-standing-near-car-outdoors_613910-4822.jpg", imageAlt: "Gold Rolls-Royce Phantom luxury sedan"}, + id: "3", name: "Rolls-Royce Phantom", price: "$3,200/day", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-beautiful-woman-sitting-front-seat-man-dressed-suit-standing-near-car-outdoors_613910-4822.jpg", imageAlt: "Gold Rolls-Royce Phantom luxury sedan" + }, { - id: "4", name: "Lamborghini Huracán", price: "$2,800/day", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sedan-sport-cars-road_114579-4019.jpg", imageAlt: "Black Lamborghini Huracán supercar"}, + id: "4", name: "Lamborghini Huracán", price: "$2,800/day", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sedan-sport-cars-road_114579-4019.jpg", imageAlt: "Black Lamborghini Huracán supercar" + }, { - id: "5", name: "Bentley Continental GT", price: "$2,200/day", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-22855.jpg", imageAlt: "Champagne Bentley Continental GT"}, + id: "5", name: "Bentley Continental GT", price: "$2,200/day", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-22855.jpg", imageAlt: "Champagne Bentley Continental GT" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -86,12 +94,15 @@ export default function FleetPage() { animationType="entrance-slide" buttons={[ { - text: "Book Your Vehicle", href: "#booking"}, + text: "Book Your Vehicle", href: "#booking" + }, { - text: "View Pricing", href: "/#pricing"}, + text: "View Pricing", href: "/#pricing" + }, ]} background={{ - variant: "plain"}} + variant: "plain" + }} useInvertedBackground={false} /> @@ -102,49 +113,65 @@ export default function FleetPage() { { title: "Navigation", items: [ { - label: "Home", href: "/"}, + label: "Home", href: "/" + }, { - label: "Fleet", href: "/fleet"}, + label: "Fleet", href: "/fleet" + }, { - label: "Pricing", href: "/pricing"}, + label: "Pricing", href: "/pricing" + }, { - label: "About", href: "/about"}, + label: "About", href: "/about" + }, ], }, { title: "Services", items: [ { - label: "Daily Rentals", href: "#"}, + label: "Daily Rentals", href: "#" + }, { - label: "Weekly Plans", href: "#"}, + label: "Weekly Plans", href: "#" + }, { - label: "Monthly Leasing", href: "#"}, + label: "Monthly Leasing", href: "#" + }, { - label: "Corporate Events", href: "#"}, + label: "Corporate Events", href: "#" + }, ], }, { title: "Support", items: [ { - label: "Contact Us", href: "/contact"}, + label: "Contact Us", href: "/contact" + }, { - label: "FAQ", href: "#"}, + label: "FAQ", href: "#" + }, { - label: "Insurance", href: "#"}, + label: "Insurance", href: "#" + }, { - label: "Policies", href: "#"}, + label: "Policies", href: "#" + }, ], }, { title: "Legal", items: [ { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", href: "#" + }, { - label: "Terms of Service", href: "#"}, + label: "Terms of Service", href: "#" + }, { - label: "Cookie Policy", href: "#"}, + label: "Cookie Policy", href: "#" + }, { - label: "Disclaimer", href: "#"}, + label: "Disclaimer", href: "#" + }, ], }, ]} -- 2.49.1 From 8bfb34fb8ad03a7d64bbf8ba525defedd77a7f7f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:59:50 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 66 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1977a63..f7c6d52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function HomePage() { { name: "About", id: "about" }, ]} button={{ - text: "Book Now", href: "#booking"}} + text: "Book Now", href: "#booking" + }} animateOnLoad={true} /> @@ -64,15 +65,20 @@ export default function HomePage() { tag="Available Now" products={[ { - id: "1", name: "Ferrari 488 GTB", price: "$2,500/day", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg", imageAlt: "Red Ferrari 488 GTB sports car"}, + id: "1", name: "Ferrari 488 GTB", price: "$2,500/day", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg", imageAlt: "Red Ferrari 488 GTB sports car" + }, { - id: "2", name: "Porsche 911 Carrera", price: "$1,800/day", imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sedan-parked-port_114579-5199.jpg", imageAlt: "Silver Porsche 911 Carrera"}, + id: "2", name: "Porsche 911 Carrera", price: "$1,800/day", imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sedan-parked-port_114579-5199.jpg", imageAlt: "Silver Porsche 911 Carrera" + }, { - id: "3", name: "Rolls-Royce Phantom", price: "$3,200/day", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-beautiful-woman-sitting-front-seat-man-dressed-suit-standing-near-car-outdoors_613910-4822.jpg", imageAlt: "Gold Rolls-Royce Phantom luxury sedan"}, + id: "3", name: "Rolls-Royce Phantom", price: "$3,200/day", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-beautiful-woman-sitting-front-seat-man-dressed-suit-standing-near-car-outdoors_613910-4822.jpg", imageAlt: "Gold Rolls-Royce Phantom luxury sedan" + }, { - id: "4", name: "Lamborghini Huracán", price: "$2,800/day", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sedan-sport-cars-road_114579-4019.jpg", imageAlt: "Black Lamborghini Huracán supercar"}, + id: "4", name: "Lamborghini Huracán", price: "$2,800/day", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sedan-sport-cars-road_114579-4019.jpg", imageAlt: "Black Lamborghini Huracán supercar" + }, { - id: "5", name: "Bentley Continental GT", price: "$2,200/day", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-22855.jpg", imageAlt: "Champagne Bentley Continental GT"}, + id: "5", name: "Bentley Continental GT", price: "$2,200/day", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-22855.jpg", imageAlt: "Champagne Bentley Continental GT" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -89,22 +95,28 @@ export default function HomePage() { features={[ { icon: MapPin, - title: "GPS & Navigation", description: "Advanced navigation systems with real-time traffic updates and premium route planning for seamless journeys."}, + title: "GPS & Navigation", description: "Advanced navigation systems with real-time traffic updates and premium route planning for seamless journeys." + }, { icon: Users, - title: "24/7 Concierge", description: "Dedicated concierge team available around the clock to assist with reservations, recommendations, and support."}, + title: "24/7 Concierge", description: "Dedicated concierge team available around the clock to assist with reservations, recommendations, and support." + }, { icon: Shield, - title: "Comprehensive Insurance", description: "Full coverage protection with zero deductibles and premium accident assistance programs included."}, + title: "Comprehensive Insurance", description: "Full coverage protection with zero deductibles and premium accident assistance programs included." + }, { icon: Zap, - title: "Quick Booking", description: "Streamlined reservation process with instant confirmation and flexible pickup/dropoff options."}, + title: "Quick Booking", description: "Streamlined reservation process with instant confirmation and flexible pickup/dropoff options." + }, { icon: Award, - title: "Premium Service", description: "White-glove service including vehicle delivery, premium amenities, and personalized attention to detail."}, + title: "Premium Service", description: "White-glove service including vehicle delivery, premium amenities, and personalized attention to detail." + }, { icon: CheckCircle, - title: "Verified Fleet", description: "All vehicles meticulously maintained with professional inspections and regular servicing guarantees."}, + title: "Verified Fleet", description: "All vehicles meticulously maintained with professional inspections and regular servicing guarantees." + }, ]} animationType="slide-up" textboxLayout="default" @@ -124,7 +136,8 @@ export default function HomePage() { { text: "Learn More", href: "#" }, ], features: [ - "24-hour rental period", "Unlimited mileage", "Full insurance coverage", "Professional delivery available", "Premium amenities included"], + "24-hour rental period", "Unlimited mileage", "Full insurance coverage", "Professional delivery available", "Premium amenities included" + ], }, { id: "2", badge: "Most Popular", badgeIcon: Sparkles, @@ -133,7 +146,8 @@ export default function HomePage() { { text: "Learn More", href: "#" }, ], features: [ - "7-day rental period", "Unlimited mileage", "Full insurance included", "Personal chauffeur option", "Concierge service access", "Premium fuel included"], + "7-day rental period", "Unlimited mileage", "Full insurance included", "Personal chauffeur option", "Concierge service access", "Premium fuel included" + ], }, { id: "3", price: "$20,000-50,000", name: "Monthly Rental", buttons: [ @@ -141,7 +155,8 @@ export default function HomePage() { { text: "Learn More", href: "#" }, ], features: [ - "30-day rental period", "Unlimited mileage worldwide", "Premium insurance coverage", "Exclusive vehicle upgrades", "24/7 roadside assistance", "Dedicated account manager"], + "30-day rental period", "Unlimited mileage worldwide", "Premium insurance coverage", "Exclusive vehicle upgrades", "24/7 roadside assistance", "Dedicated account manager" + ], }, ]} animationType="slide-up" @@ -157,17 +172,23 @@ export default function HomePage() { tag="Client Testimonials" testimonials={[ { - id: "1", name: "Michael Richardson, CEO", date: "Date: 15 January 2025", title: "Unforgettable Experience", quote: "LuxeDrive provided an exceptional rental experience. The Ferrari was perfectly maintained, and the concierge service exceeded all expectations. I've already booked my next rental!", tag: "Premium Experience", avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-thumbs-up-shirt-cardigan-looking-joyful-front-view_176474-110768.jpg", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg"}, + id: "1", name: "Michael Richardson, CEO", date: "Date: 15 January 2025", title: "Unforgettable Experience", quote: "LuxeDrive provided an exceptional rental experience. The Ferrari was perfectly maintained, and the concierge service exceeded all expectations. I've already booked my next rental!", tag: "Premium Experience", avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-thumbs-up-shirt-cardigan-looking-joyful-front-view_176474-110768.jpg", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg" + }, { - id: "2", name: "Sarah Mitchell, Event Planner", date: "Date: 20 December 2024", title: "Professional & Reliable", quote: "Renting the Rolls-Royce for our corporate event was seamless. The professional delivery, pristine condition, and flawless service made our event truly memorable.", tag: "Corporate Event", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-beautiful-woman-sitting-front-seat-man-dressed-suit-standing-near-car-outdoors_613910-4822.jpg"}, + id: "2", name: "Sarah Mitchell, Event Planner", date: "Date: 20 December 2024", title: "Professional & Reliable", quote: "Renting the Rolls-Royce for our corporate event was seamless. The professional delivery, pristine condition, and flawless service made our event truly memorable.", tag: "Corporate Event", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-beautiful-woman-sitting-front-seat-man-dressed-suit-standing-near-car-outdoors_613910-4822.jpg" + }, { - id: "3", name: "James Chen, Entrepreneur", date: "Date: 10 December 2024", title: "Luxury Meets Convenience", quote: "The booking process was incredibly simple, and the Lamborghini was everything I wanted. LuxeDrive's attention to detail and customer service are outstanding.", tag: "Weekend Getaway", avatarSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sedan-sport-cars-road_114579-4019.jpg"}, + id: "3", name: "James Chen, Entrepreneur", date: "Date: 10 December 2024", title: "Luxury Meets Convenience", quote: "The booking process was incredibly simple, and the Lamborghini was everything I wanted. LuxeDrive's attention to detail and customer service are outstanding.", tag: "Weekend Getaway", avatarSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sedan-sport-cars-road_114579-4019.jpg" + }, { - id: "4", name: "Victoria Thompson, Travel Executive", date: "Date: 28 November 2024", title: "Elite Service Excellence", quote: "LuxeDrive understands luxury rental. From booking to return, every detail was perfect. The Porsche was exceptional, and I felt genuinely valued as a client.", tag: "Business Travel", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-businesswoman-balcony_1262-1758.jpg", imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sedan-parked-port_114579-5199.jpg"}, + id: "4", name: "Victoria Thompson, Travel Executive", date: "Date: 28 November 2024", title: "Elite Service Excellence", quote: "LuxeDrive understands luxury rental. From booking to return, every detail was perfect. The Porsche was exceptional, and I felt genuinely valued as a client.", tag: "Business Travel", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-businesswoman-balcony_1262-1758.jpg", imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sedan-parked-port_114579-5199.jpg" + }, { - id: "5", name: "David Park, Businessman", date: "Date: 15 November 2024", title: "Premium Service Throughout", quote: "The entire experience with LuxeDrive was premium from start to finish. The Bentley was immaculate, and the service matched the quality of the vehicle.", tag: "Executive Rental", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-22855.jpg"}, + id: "5", name: "David Park, Businessman", date: "Date: 15 November 2024", title: "Premium Service Throughout", quote: "The entire experience with LuxeDrive was premium from start to finish. The Bentley was immaculate, and the service matched the quality of the vehicle.", tag: "Executive Rental", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-22855.jpg" + }, { - id: "6", name: "Emma Watson, Luxury Consultant", date: "Date: 01 November 2024", title: "Best Rental Experience Ever", quote: "I've rented luxury vehicles worldwide, but LuxeDrive stands out. The attention to detail, professionalism, and exceptional fleet make them my first choice.", tag: "Luxury Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg"}, + id: "6", name: "Emma Watson, Luxury Consultant", date: "Date: 01 November 2024", title: "Best Rental Experience Ever", quote: "I've rented luxury vehicles worldwide, but LuxeDrive stands out. The attention to detail, professionalism, and exceptional fleet make them my first choice.", tag: "Luxury Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg" + }, ]} textboxLayout="default" useInvertedBackground={true} @@ -180,7 +201,8 @@ export default function HomePage() { description="Join thousands of satisfied clients who trust LuxeDrive for their premium vehicle rental needs." tag="Industry Partners" names={[ - "Hertz", "Avis", "Enterprise", "Alamo", "Europcar", "SIXT", "Budget", "Thrifty"]} + "Hertz", "Avis", "Enterprise", "Alamo", "Europcar", "SIXT", "Budget", "Thrifty" + ]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1 From 8c62e9f3faf6eb86ca66fa30fd98bf7cd834457f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:59:51 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 2959642..d70fcf8 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -32,7 +32,8 @@ export default function PricingPage() { { name: "About", id: "about" }, ]} button={{ - text: "Book Now", href: "#booking"}} + text: "Book Now", href: "#booking" + }} animateOnLoad={true} /> @@ -49,7 +50,8 @@ export default function PricingPage() { { text: "Learn More", href: "#" }, ], features: [ - "24-hour rental period", "Unlimited mileage", "Full insurance coverage", "Professional delivery available", "Premium amenities included"], + "24-hour rental period", "Unlimited mileage", "Full insurance coverage", "Professional delivery available", "Premium amenities included" + ], }, { id: "2", badge: "Most Popular", badgeIcon: Sparkles, @@ -58,7 +60,8 @@ export default function PricingPage() { { text: "Learn More", href: "#" }, ], features: [ - "7-day rental period", "Unlimited mileage", "Full insurance included", "Personal chauffeur option", "Concierge service access", "Premium fuel included"], + "7-day rental period", "Unlimited mileage", "Full insurance included", "Personal chauffeur option", "Concierge service access", "Premium fuel included" + ], }, { id: "3", price: "$20,000-50,000", name: "Monthly Rental", buttons: [ @@ -66,7 +69,8 @@ export default function PricingPage() { { text: "Learn More", href: "#" }, ], features: [ - "30-day rental period", "Unlimited mileage worldwide", "Premium insurance coverage", "Exclusive vehicle upgrades", "24/7 roadside assistance", "Dedicated account manager"], + "30-day rental period", "Unlimited mileage worldwide", "Premium insurance coverage", "Exclusive vehicle upgrades", "24/7 roadside assistance", "Dedicated account manager" + ], }, ]} animationType="slide-up" -- 2.49.1