Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 02:17:32 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Premium Rentals"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Browse Vehicles", href: "#vehicles" },
{ text: "Get Special Offer", href: "#contact" },
@@ -55,15 +55,20 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/looking-vehicle-interior-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16013.jpg", imageAlt: "Premium luxury car"},
imageSrc: "http://img.b2bpic.net/free-photo/looking-vehicle-interior-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16013.jpg", imageAlt: "Premium luxury car"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg", imageAlt: "Orange sports car"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg", imageAlt: "Orange sports car"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/family-with-baby-girl-choosing-car-car-salon_1303-26835.jpg", imageAlt: "Family sedan"},
imageSrc: "http://img.b2bpic.net/free-photo/family-with-baby-girl-choosing-car-car-salon_1303-26835.jpg", imageAlt: "Family sedan"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/car-driving-pathway-middle-trees-with-mountain-clear-sky_181624-3326.jpg", imageAlt: "SUV adventure vehicle"},
imageSrc: "http://img.b2bpic.net/free-photo/car-driving-pathway-middle-trees-with-mountain-clear-sky_181624-3326.jpg", imageAlt: "SUV adventure vehicle"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/three-sexy-blond-girls-sunglasses-posing-cabriolet-car_613910-2439.jpg", imageAlt: "Luxury convertible"},
imageSrc: "http://img.b2bpic.net/free-photo/three-sexy-blond-girls-sunglasses-posing-cabriolet-car_613910-2439.jpg", imageAlt: "Luxury convertible"
},
]}
ariaLabel="Car rental hero section with carousel"
/>
@@ -81,13 +86,16 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Instant Access", title: "Easy Online Booking", subtitle: "Book in just 2 minutes", description: "Our streamlined booking platform lets you reserve your perfect vehicle in minutes. Real-time availability, transparent pricing, and instant confirmation.", imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-interface-set_23-2148590978.jpg", imageAlt: "Easy booking interface"},
tag: "Instant Access", title: "Easy Online Booking", subtitle: "Book in just 2 minutes", description: "Our streamlined booking platform lets you reserve your perfect vehicle in minutes. Real-time availability, transparent pricing, and instant confirmation.", imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-interface-set_23-2148590978.jpg", imageAlt: "Easy booking interface"
},
{
id: 2,
tag: "Complete Protection", title: "Comprehensive Insurance", subtitle: "Peace of mind included", description: "All rentals include premium insurance coverage. Optional additional coverage available. Drive worry-free with our comprehensive protection plans.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg", imageAlt: "Insurance protection options"},
tag: "Complete Protection", title: "Comprehensive Insurance", subtitle: "Peace of mind included", description: "All rentals include premium insurance coverage. Optional additional coverage available. Drive worry-free with our comprehensive protection plans.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-consulting-house-insurance-laptop_53876-127981.jpg", imageAlt: "Insurance protection options"
},
{
id: 3,
tag: "Always Available", title: "24/7 Customer Support", subtitle: "Help whenever you need it", description: "Our dedicated support team is available round the clock. Live chat, phone support, and email assistance to help with any questions or emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support assistance"},
tag: "Always Available", title: "24/7 Customer Support", subtitle: "Help whenever you need it", description: "Our dedicated support team is available round the clock. Live chat, phone support, and email assistance to help with any questions or emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support assistance"
},
]}
buttons={[{ text: "Learn More", href: "#pricing" }]}
buttonAnimation="slide-up"
@@ -105,11 +113,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Premium SUV", price: "$89/day", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg", imageAlt: "Premium SUV rental"},
id: "1", name: "Premium SUV", price: "$89/day", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22820.jpg", imageAlt: "Premium SUV rental"
},
{
id: "2", name: "Executive Sedan", price: "$69/day", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213544.jpg", imageAlt: "Executive sedan rental"},
id: "2", name: "Executive Sedan", price: "$69/day", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213544.jpg", imageAlt: "Executive sedan rental"
},
{
id: "3", name: "Compact Economy", price: "$39/day", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg", imageAlt: "Compact economy car"},
id: "3", name: "Compact Economy", price: "$39/day", imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-kids-travelling-by-car-stopped-field_1303-22455.jpg", imageAlt: "Compact economy car"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -129,19 +140,22 @@ export default function LandingPage() {
{
id: "daily", tag: "Daily Rental", price: "From $39", period: "/day", description: "Perfect for short trips and weekend getaways.", button: { text: "Book Now", href: "#contact" },
featuresTitle: "What's Included:", features: [
"Unlimited mileage", "Basic insurance coverage", "24/7 roadside assistance", "Free vehicle swap", "Airport pickup available"],
"Unlimited mileage", "Basic insurance coverage", "24/7 roadside assistance", "Free vehicle swap", "Airport pickup available"
]
},
{
id: "weekly", tag: "Weekly Rental", tagIcon: Star,
price: "$199", period: "/week", description: "Best value for week-long trips and family vacations.", button: { text: "Book Now", href: "#contact" },
featuresTitle: "What's Included:", features: [
"Unlimited mileage", "Premium insurance coverage", "24/7 roadside assistance", "Free vehicle upgrades", "Complimentary car wash", "Flexible return times"],
"Unlimited mileage", "Premium insurance coverage", "24/7 roadside assistance", "Free vehicle upgrades", "Complimentary car wash", "Flexible return times"
]
},
{
id: "monthly", tag: "Monthly Rental", tagIcon: Zap,
price: "$599", period: "/month", description: "Best for long-term travel and corporate needs.", button: { text: "Book Now", href: "#contact" },
featuresTitle: "What's Included:", features: [
"Unlimited mileage", "Full comprehensive coverage", "24/7 roadside assistance", "Free vehicle upgrades", "Concierge service", "Corporate accounts available", "Flexible terms negotiable"],
"Unlimited mileage", "Full comprehensive coverage", "24/7 roadside assistance", "Free vehicle upgrades", "Concierge service", "Corporate accounts available", "Flexible terms negotiable"
]
},
]}
ariaLabel="Pricing section"
@@ -152,17 +166,23 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=1", imageAlt: "David Williams"},
id: "4", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "David Williams"
},
{
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Martinez"},
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Martinez"
},
{
id: "6", name: "Thomas Anderson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=2", imageAlt: "Thomas Anderson"},
id: "6", name: "Thomas Anderson", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "Thomas Anderson"
},
]}
cardTitle="Trusted by over 50,000 customers worldwide"
cardTag="Customer Testimonials"
@@ -181,7 +201,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Enterprise", "Hertz", "Avis", "Budget", "Alamo", "Thrifty", "Europcar", "Sixt"]}
"Enterprise", "Hertz", "Avis", "Budget", "Alamo", "Thrifty", "Europcar", "Sixt"
]}
speed={40}
showCard={true}
ariaLabel="Social proof section"
@@ -199,21 +220,29 @@ export default function LandingPage() {
animationType="smooth"
faqs={[
{
id: "1", title: "What is the minimum age to rent a car?", content: "You must be at least 21 years old to rent a car. Some premium vehicle categories require drivers to be 25 years old. Valid driver's license required."},
id: "1", title: "What is the minimum age to rent a car?", content: "You must be at least 21 years old to rent a car. Some premium vehicle categories require drivers to be 25 years old. Valid driver's license required."
},
{
id: "2", title: "What documents do I need for rental?", content: "You will need a valid driver's license, credit card in your name, and proof of insurance. International visitors may need an International Driving Permit (IDP) in addition to their home country license."},
id: "2", title: "What documents do I need for rental?", content: "You will need a valid driver's license, credit card in your name, and proof of insurance. International visitors may need an International Driving Permit (IDP) in addition to their home country license."
},
{
id: "3", title: "Is insurance included in the rental price?", content: "Basic third-party liability insurance is included. Collision Damage Waiver (CDW) and Theft Protection are available as optional add-ons for an additional fee."},
id: "3", title: "Is insurance included in the rental price?", content: "Basic third-party liability insurance is included. Collision Damage Waiver (CDW) and Theft Protection are available as optional add-ons for an additional fee."
},
{
id: "4", title: "Can I modify or cancel my reservation?", content: "Yes, you can modify or cancel your reservation free of charge up to 24 hours before your pickup time. Cancellations within 24 hours may incur a fee."},
id: "4", title: "Can I modify or cancel my reservation?", content: "Yes, you can modify or cancel your reservation free of charge up to 24 hours before your pickup time. Cancellations within 24 hours may incur a fee."
},
{
id: "5", title: "What is your fuel policy?", content: "You can pick up the vehicle with a full tank and return it full (full-to-full policy) or choose to prepay for a full tank at our rates. We recommend the full-to-full option for better value."},
id: "5", title: "What is your fuel policy?", content: "You can pick up the vehicle with a full tank and return it full (full-to-full policy) or choose to prepay for a full tank at our rates. We recommend the full-to-full option for better value."
},
{
id: "6", title: "Are there additional fees I should know about?", content: "Additional fees may apply for airport pickups, late returns, additional drivers, GPS rental, and child seats. All fees are transparently displayed during booking."},
id: "6", title: "Are there additional fees I should know about?", content: "Additional fees may apply for airport pickups, late returns, additional drivers, GPS rental, and child seats. All fees are transparently displayed during booking."
},
{
id: "7", title: "What happens if I return the car late?", content: "Late returns are charged at our standard daily rate or an hourly rate for returns within 24 hours. We recommend planning adequate return time to avoid these charges."},
id: "7", title: "What happens if I return the car late?", content: "Late returns are charged at our standard daily rate or an hourly rate for returns within 24 hours. We recommend planning adequate return time to avoid these charges."
},
{
id: "8", title: "Do you offer vehicle upgrades?", content: "Subject to availability, we may offer complimentary upgrades at no charge. Paid upgrade options are also available. Upgrades depend on fleet availability."},
id: "8", title: "Do you offer vehicle upgrades?", content: "Subject to availability, we may offer complimentary upgrades at no charge. Paid upgrade options are also available. Upgrades depend on fleet availability."
},
]}
ariaLabel="FAQ section"
/>