Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-10 14:46:38 +00:00
5 changed files with 152 additions and 378 deletions

View File

@@ -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}
/>
</div>
@@ -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() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Fleet", href: "/fleet" },
{ label: "Pricing", href: "/pricing" },
{ label: "About", href: "/about" },
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Daily Rentals", href: "#" },
{ label: "Weekly Plans", href: "#" },
{ label: "Monthly Leasing", href: "#" },
@@ -124,8 +107,7 @@ export default function AboutPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Insurance", href: "#" },
@@ -133,8 +115,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },

View File

@@ -24,15 +24,13 @@ export default function ContactPage() {
<NavbarLayoutFloatingInline
brandName="LuxeDrive"
navItems={[
{ name: "Fleet", id: "/" },
{ name: "Features", id: "/" },
{ name: "Pricing", id: "/" },
{ name: "About", id: "/" },
{ name: "Fleet", id: "fleet" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
]}
button={{
text: "Book Now",
href: "#booking",
}}
text: "Book Now", href: "#booking"}}
animateOnLoad={true}
/>
</div>
@@ -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}
/>
</div>
@@ -62,87 +55,51 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Fleet",
href: "/",
},
label: "Fleet", href: "/fleet"},
{
label: "Pricing",
href: "/",
},
label: "Pricing", href: "/pricing"},
{
label: "About",
href: "/",
},
label: "About", href: "/about"},
],
},
{
title: "Services",
items: [
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: [
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: [
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: "#"},
],
},
]}

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -136,87 +100,51 @@ export default function FleetPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
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: [
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: [
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: [
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: "#"},
],
},
]}

View File

@@ -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}
/>
</div>
@@ -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() {
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardThree
title="Flexible Pricing Plans"
description="Choose the perfect rental plan tailored to your luxury vehicle needs and travel duration."
tag="Transparent Pricing"
plans={[
{
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"],
},
{
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"],
},
{
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"],
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Clients Say"
@@ -158,65 +157,17 @@ 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?_wi=2",
},
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?_wi=2",
},
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?_wi=2",
},
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?_wi=2",
},
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?_wi=2",
},
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?_wi=3",
},
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}
@@ -229,15 +180,7 @@ 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}
@@ -262,16 +205,15 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Fleet", href: "/fleet" },
{ label: "Pricing", href: "/pricing" },
{ label: "About", href: "/about" },
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Daily Rentals", href: "#" },
{ label: "Weekly Plans", href: "#" },
{ label: "Monthly Leasing", href: "#" },
@@ -279,8 +221,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Insurance", href: "#" },
@@ -288,8 +229,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },

View File

@@ -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}
/>
</div>
@@ -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() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{ label: "Home", href: "/" },
{ label: "Fleet", href: "/fleet" },
{ label: "Pricing", href: "/pricing" },
{ label: "About", href: "/about" },
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Daily Rentals", href: "#" },
{ label: "Weekly Plans", href: "#" },
{ label: "Monthly Leasing", href: "#" },
@@ -138,8 +108,7 @@ export default function PricingPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Insurance", href: "#" },
@@ -147,8 +116,7 @@ export default function PricingPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },