From 1d2a20fef8bae87390339658779d01ebf216d249 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:45:41 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 537a5a4..9c65b72 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,9 +33,7 @@ export default function AboutPage() { { name: "About", id: "about" }, ]} button={{ - text: "Book Now", - href: "#booking", - }} + text: "Book Now", href: "#booking"}} animateOnLoad={true} /> @@ -48,19 +46,13 @@ 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" @@ -74,15 +66,7 @@ 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} @@ -107,16 +91,15 @@ export default function AboutPage() { Date: Tue, 10 Mar 2026 14:45:46 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 99 ++++++++++++---------------------------- 1 file changed, 28 insertions(+), 71 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1ee36a2..4ca38e2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,15 +24,13 @@ export default function ContactPage() { @@ -43,17 +41,12 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Book Your Vehicle", - href: "#booking", - }, + text: "Book Your Vehicle", href: "#booking"}, { - text: "Contact Us", - href: "/contact", - }, + text: "Return Home", href: "/"}, ]} background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} /> @@ -62,87 +55,51 @@ export default function ContactPage() { Date: Tue, 10 Mar 2026 14:45:54 +0000 Subject: [PATCH 3/5] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 136 ++++++++++------------------------------- 1 file changed, 32 insertions(+), 104 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 9fd8422..f030f71 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -34,9 +34,7 @@ export default function FleetPage() { brandName="LuxeDrive" navItems={navItems} button={{ - text: "Book Now", - href: "#booking", - }} + text: "Book Now", href: "#booking"}} animateOnLoad={true} /> @@ -47,15 +45,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/look-from-white-car-white-house_8353-1201.jpg" imageAlt="Premium luxury sports car showcase" showDimOverlay={true} buttonAnimation="slide-up" @@ -69,40 +63,15 @@ 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?_wi=4", - 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?_wi=3", - 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?_wi=3", - 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?_wi=3", - 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?_wi=3", - 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" @@ -117,17 +86,12 @@ 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} /> @@ -136,87 +100,51 @@ export default function FleetPage() { Date: Tue, 10 Mar 2026 14:46:01 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 186 ++++++++++++++++------------------------------- 1 file changed, 63 insertions(+), 123 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31a90be..1977a63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,7 @@ export default function HomePage() { { name: "About", id: "about" }, ]} button={{ - text: "Book Now", - href: "#booking", - }} + text: "Book Now", href: "#booking"}} animateOnLoad={true} /> @@ -52,7 +50,7 @@ export default function HomePage() { { text: "Reserve Now", href: "#booking" }, { text: "View Fleet", href: "#fleet" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/look-from-white-car-white-house_8353-1201.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/look-from-white-car-white-house_8353-1201.jpg" imageAlt="Premium luxury sports car showcase" showDimOverlay={true} buttonAnimation="slide-up" @@ -66,40 +64,15 @@ 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?_wi=1", - 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?_wi=1", - 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?_wi=1", - 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?_wi=1", - 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?_wi=1", - 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" @@ -116,34 +89,22 @@ 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" @@ -151,6 +112,44 @@ export default function HomePage() { /> +
+ +
+
Date: Tue, 10 Mar 2026 14:46:10 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 70 +++++++++++----------------------------- 1 file changed, 19 insertions(+), 51 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 74ddee3..2959642 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -32,9 +32,7 @@ export default function PricingPage() { { name: "About", id: "about" }, ]} button={{ - text: "Book Now", - href: "#booking", - }} + text: "Book Now", href: "#booking"}} animateOnLoad={true} />
@@ -46,56 +44,29 @@ export default function PricingPage() { tag="Transparent Pricing" plans={[ { - id: "1", - price: "$1,500-2,500", - name: "Day Rental", - buttons={[ + id: "1", price: "$1,500-2,500", name: "Day Rental", buttons: [ { text: "Book Day", href: "#booking" }, { text: "Learn More", href: "#" }, - ]} - features={[ - "24-hour rental period", - "Unlimited mileage", - "Full insurance coverage", - "Professional delivery available", - "Premium amenities included", - ]} + ], + features: [ + "24-hour rental period", "Unlimited mileage", "Full insurance coverage", "Professional delivery available", "Premium amenities included"], }, { - id: "2", - badge: "Most Popular", - badgeIcon: Sparkles, - price: "$6,500-15,000", - name: "Weekly Rental", - buttons={[ + id: "2", badge: "Most Popular", badgeIcon: Sparkles, + price: "$6,500-15,000", name: "Weekly Rental", buttons: [ { text: "Book Week", href: "#booking" }, { text: "Learn More", href: "#" }, - ]} - features={[ - "7-day rental period", - "Unlimited mileage", - "Full insurance included", - "Personal chauffeur option", - "Concierge service access", - "Premium fuel included", - ]} + ], + features: [ + "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={[ + id: "3", price: "$20,000-50,000", name: "Monthly Rental", buttons: [ { text: "Book Month", href: "#booking" }, { 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", - ]} + ], + features: [ + "30-day rental period", "Unlimited mileage worldwide", "Premium insurance coverage", "Exclusive vehicle upgrades", "24/7 roadside assistance", "Dedicated account manager"], }, ]} animationType="slide-up" @@ -121,16 +92,15 @@ export default function PricingPage() {