Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function BookingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,52 +45,32 @@ export default function BookingPage() {
|
||||
tag="Easy Process"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg"
|
||||
imageAlt="Meulders RENT booking process"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Fleet",
|
||||
href: "/fleet",
|
||||
},
|
||||
text: "View Our Fleet", href: "/fleet"},
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Back to Home", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Michael Johnson",
|
||||
handle: "CEO, Business Travel Plus",
|
||||
testimonial: "Meulders RENT transformed how we handle company car rentals. Fast, reliable, and transparent pricing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg?_wi=2",
|
||||
},
|
||||
name: "Michael Johnson", handle: "CEO, Business Travel Plus", testimonial: "Meulders RENT transformed how we handle company car rentals. Fast, reliable, and transparent pricing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg"},
|
||||
{
|
||||
name: "Sarah Martinez",
|
||||
handle: "Travel Manager, Adventure Co",
|
||||
testimonial: "Best car rental experience I've had. Easy booking process and excellent customer service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=2",
|
||||
},
|
||||
name: "Sarah Martinez", handle: "Travel Manager, Adventure Co", testimonial: "Best car rental experience I've had. Easy booking process and excellent customer service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg"},
|
||||
{
|
||||
name: "David Thompson",
|
||||
handle: "Frequent Traveler",
|
||||
testimonial: "Competitive rates, well-maintained vehicles, and hassle-free rental experience every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg?_wi=2",
|
||||
},
|
||||
name: "David Thompson", handle: "Frequent Traveler", testimonial: "Competitive rates, well-maintained vehicles, and hassle-free rental experience every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg"},
|
||||
{
|
||||
name: "Emma Wilson",
|
||||
handle: "Travel Consultant, Global Tours",
|
||||
testimonial: "Our clients love Meulders RENT. Professional service with flexible booking options.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2",
|
||||
},
|
||||
name: "Emma Wilson", handle: "Travel Consultant, Global Tours", testimonial: "Our clients love Meulders RENT. Professional service with flexible booking options.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
/>
|
||||
@@ -105,43 +85,25 @@ export default function BookingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1",
|
||||
title: "Select Car",
|
||||
description: "Choose from our diverse fleet based on your needs and budget",
|
||||
icon: "Car",
|
||||
id: "1", value: "1", title: "Select Car", description: "Choose from our diverse fleet based on your needs and budget", icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "2",
|
||||
title: "Pick Dates",
|
||||
description: "Set your rental period with flexible start and end times",
|
||||
icon: Calendar,
|
||||
id: "2", value: "2", title: "Pick Dates", description: "Set your rental period with flexible start and end times", icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "3",
|
||||
title: "Insurance",
|
||||
description: "Select your coverage level from basic to comprehensive",
|
||||
icon: Shield,
|
||||
id: "3", value: "3", title: "Insurance", description: "Select your coverage level from basic to comprehensive", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "4",
|
||||
title: "Add-ons",
|
||||
description: "Choose extras like GPS, child seats, and additional drivers",
|
||||
icon: Plus,
|
||||
id: "4", value: "4", title: "Add-ons", description: "Choose extras like GPS, child seats, and additional drivers", icon: Plus,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
animationType="smooth"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Booking Now",
|
||||
href: "/",
|
||||
},
|
||||
text: "Start Booking Now", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -153,28 +115,16 @@ export default function BookingPage() {
|
||||
sideDescription="Get answers to questions about our booking process, available options, and what to expect."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What happens after I complete my booking?",
|
||||
content: "You'll receive instant confirmation with all rental details via email and SMS. Our team will prepare your vehicle and send pickup instructions 24 hours before your scheduled pickup time.",
|
||||
},
|
||||
id: "1", title: "What happens after I complete my booking?", content: "You'll receive instant confirmation with all rental details via email and SMS. Our team will prepare your vehicle and send pickup instructions 24 hours before your scheduled pickup time."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I modify my booking after confirming?",
|
||||
content: "Yes! You can modify your booking up to 48 hours before pickup without charge. Changes include vehicle selection, insurance upgrades, or add-ons. Contact our support team for assistance.",
|
||||
},
|
||||
id: "2", title: "Can I modify my booking after confirming?", content: "Yes! You can modify your booking up to 48 hours before pickup without charge. Changes include vehicle selection, insurance upgrades, or add-ons. Contact our support team for assistance."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do I need a credit card to book?",
|
||||
content: "Yes, we require a valid credit card to secure your reservation. The card is charged at pickup. We accept all major credit cards (Visa, Mastercard, Amex, Discover).",
|
||||
},
|
||||
id: "3", title: "Do I need a credit card to book?", content: "Yes, we require a valid credit card to secure your reservation. The card is charged at pickup. We accept all major credit cards (Visa, Mastercard, Amex, Discover)."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What documents do I need for pickup?",
|
||||
content: "You'll need a valid driver's license, passport (for international rentals), and the credit card used for booking. International drivers also need an International Driving Permit (IDP).",
|
||||
},
|
||||
id: "4", title: "What documents do I need for pickup?", content: "You'll need a valid driver's license, passport (for international rentals), and the credit card used for booking. International drivers also need an International Driving Permit (IDP)."},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
animationType="smooth"
|
||||
textPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -186,8 +136,7 @@ export default function BookingPage() {
|
||||
copyrightText="© 2025 Meulders RENT. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Fleet", href: "/fleet" },
|
||||
{ label: "Careers", href: "/" },
|
||||
@@ -195,8 +144,7 @@ export default function BookingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{ label: "Book a Car", href: "/booking" },
|
||||
{ label: "Pricing", href: "/fleet" },
|
||||
{ label: "Insurance Info", href: "/" },
|
||||
@@ -204,8 +152,7 @@ export default function BookingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Terms & Conditions", href: "/" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Rental Agreement", href: "/" },
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function FaqPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,52 +44,32 @@ export default function FaqPage() {
|
||||
tag="Help Center"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg"
|
||||
imageAlt="Meulders RENT FAQ support"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Booking",
|
||||
href: "/booking",
|
||||
},
|
||||
text: "Start Booking", href: "/booking"},
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Back to Home", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Michael Johnson",
|
||||
handle: "CEO, Business Travel Plus",
|
||||
testimonial: "Meulders RENT transformed how we handle company car rentals. Fast, reliable, and transparent pricing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg?_wi=3",
|
||||
},
|
||||
name: "Michael Johnson", handle: "CEO, Business Travel Plus", testimonial: "Meulders RENT transformed how we handle company car rentals. Fast, reliable, and transparent pricing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg"},
|
||||
{
|
||||
name: "Sarah Martinez",
|
||||
handle: "Travel Manager, Adventure Co",
|
||||
testimonial: "Best car rental experience I've had. Easy booking process and excellent customer service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=3",
|
||||
},
|
||||
name: "Sarah Martinez", handle: "Travel Manager, Adventure Co", testimonial: "Best car rental experience I've had. Easy booking process and excellent customer service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg"},
|
||||
{
|
||||
name: "David Thompson",
|
||||
handle: "Frequent Traveler",
|
||||
testimonial: "Competitive rates, well-maintained vehicles, and hassle-free rental experience every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg?_wi=3",
|
||||
},
|
||||
name: "David Thompson", handle: "Frequent Traveler", testimonial: "Competitive rates, well-maintained vehicles, and hassle-free rental experience every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg"},
|
||||
{
|
||||
name: "Emma Wilson",
|
||||
handle: "Travel Consultant, Global Tours",
|
||||
testimonial: "Our clients love Meulders RENT. Professional service with flexible booking options.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=3",
|
||||
},
|
||||
name: "Emma Wilson", handle: "Travel Consultant, Global Tours", testimonial: "Our clients love Meulders RENT. Professional service with flexible booking options.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
/>
|
||||
@@ -101,38 +81,20 @@ export default function FaqPage() {
|
||||
sideDescription="Find answers to common questions about our rental process, insurance options, and policies."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What insurance options are available?",
|
||||
content: "We offer three insurance tiers: Basic Coverage (minimum required), Standard Protection (recommended for most), and Comprehensive Plus (full coverage including collision and theft). All options are clearly priced upfront with no hidden fees.",
|
||||
},
|
||||
id: "1", title: "What insurance options are available?", content: "We offer three insurance tiers: Basic Coverage (minimum required), Standard Protection (recommended for most), and Comprehensive Plus (full coverage including collision and theft). All options are clearly priced upfront with no hidden fees."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I add an additional driver?",
|
||||
content: "Yes, you can add additional drivers during the booking process. Each additional driver incurs a small daily fee and must meet our age and license requirements (minimum 21 years old with valid international driving license).",
|
||||
},
|
||||
id: "2", title: "Can I add an additional driver?", content: "Yes, you can add additional drivers during the booking process. Each additional driver incurs a small daily fee and must meet our age and license requirements (minimum 21 years old with valid international driving license)."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What add-ons are available?",
|
||||
content: "We offer GPS navigation systems, child car seats (multiple sizes), additional mirrors for large vehicles, and parking assistance packages. All add-ons can be reserved during booking.",
|
||||
},
|
||||
id: "3", title: "What add-ons are available?", content: "We offer GPS navigation systems, child car seats (multiple sizes), additional mirrors for large vehicles, and parking assistance packages. All add-ons can be reserved during booking."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is your cancellation policy?",
|
||||
content: "Free cancellation up to 48 hours before rental start time. Cancellations within 48 hours incur a 25% fee. No-shows are charged the full rental amount. Travel insurance may provide additional protection.",
|
||||
},
|
||||
id: "4", title: "What is your cancellation policy?", content: "Free cancellation up to 48 hours before rental start time. Cancellations within 48 hours incur a 25% fee. No-shows are charged the full rental amount. Travel insurance may provide additional protection."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer long-term rental discounts?",
|
||||
content: "Yes! Weekly rentals receive 10% discount, monthly rentals receive 20% discount. Contact our support team for special corporate rates and bulk booking inquiries.",
|
||||
},
|
||||
id: "5", title: "Do you offer long-term rental discounts?", content: "Yes! Weekly rentals receive 10% discount, monthly rentals receive 20% discount. Contact our support team for special corporate rates and bulk booking inquiries."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I book a vehicle?",
|
||||
content: "Simply visit our booking page, select your vehicle, set your dates, choose your insurance level and any add-ons, and confirm. You'll receive instant confirmation with all details and pickup instructions.",
|
||||
},
|
||||
id: "6", title: "How do I book a vehicle?", content: "Simply visit our booking page, select your vehicle, set your dates, choose your insurance level and any add-ons, and confirm. You'll receive instant confirmation with all details and pickup instructions."},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
animationType="smooth"
|
||||
textPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -144,8 +106,7 @@ export default function FaqPage() {
|
||||
copyrightText="© 2025 Meulders RENT. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Fleet", href: "/fleet" },
|
||||
{ label: "Careers", href: "/" },
|
||||
@@ -153,8 +114,7 @@ export default function FaqPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{ label: "Book a Car", href: "/booking" },
|
||||
{ label: "Pricing", href: "/fleet" },
|
||||
{ label: "Insurance Info", href: "/" },
|
||||
@@ -162,8 +122,7 @@ export default function FaqPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Terms & Conditions", href: "/" },
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Rental Agreement", href: "/" },
|
||||
|
||||
153
src/app/page.tsx
153
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Our Fleet", href: "/vehicles" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{ label: "Book a Car", href: "#booking-process" },
|
||||
{ label: "Pricing", href: "/vehicles" },
|
||||
{ label: "Insurance Info", href: "#" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Rental Agreement", href: "#" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -86,9 +83,9 @@ export default function HomePage() {
|
||||
tag="Premium Fleet"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg"
|
||||
imageAlt="Meulders RENT car rental hero"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -99,33 +96,17 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Michael Johnson",
|
||||
handle: "CEO, Business Travel Plus",
|
||||
testimonial: "Meulders RENT transformed how we handle company car rentals. Fast, reliable, and transparent pricing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg?_wi=1",
|
||||
},
|
||||
name: "Michael Johnson", handle: "CEO, Business Travel Plus", testimonial: "Meulders RENT transformed how we handle company car rentals. Fast, reliable, and transparent pricing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg"},
|
||||
{
|
||||
name: "Sarah Martinez",
|
||||
handle: "Travel Manager, Adventure Co",
|
||||
testimonial: "Best car rental experience I've had. Easy booking process and excellent customer service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah Martinez", handle: "Travel Manager, Adventure Co", testimonial: "Best car rental experience I've had. Easy booking process and excellent customer service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg"},
|
||||
{
|
||||
name: "David Thompson",
|
||||
handle: "Frequent Traveler",
|
||||
testimonial: "Competitive rates, well-maintained vehicles, and hassle-free rental experience every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg?_wi=1",
|
||||
},
|
||||
name: "David Thompson", handle: "Frequent Traveler", testimonial: "Competitive rates, well-maintained vehicles, and hassle-free rental experience every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg"},
|
||||
{
|
||||
name: "Emma Wilson",
|
||||
handle: "Travel Consultant, Global Tours",
|
||||
testimonial: "Our clients love Meulders RENT. Professional service with flexible booking options.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=1",
|
||||
},
|
||||
name: "Emma Wilson", handle: "Travel Consultant, Global Tours", testimonial: "Our clients love Meulders RENT. Professional service with flexible booking options.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
/>
|
||||
@@ -140,33 +121,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "economy",
|
||||
name: "Economy Class",
|
||||
price: "$29/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-17380.jpg?_wi=1",
|
||||
imageAlt: "Economy rental car",
|
||||
},
|
||||
id: "economy", name: "Economy Class", price: "$29/day", imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-17380.jpg", imageAlt: "Economy rental car"},
|
||||
{
|
||||
id: "sedan",
|
||||
name: "Comfort Sedan",
|
||||
price: "$49/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-modern-stylish-bearded-businessman-automobile-saloon_146671-16004.jpg?_wi=1",
|
||||
imageAlt: "Comfort sedan rental",
|
||||
},
|
||||
id: "sedan", name: "Comfort Sedan", price: "$49/day", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-modern-stylish-bearded-businessman-automobile-saloon_146671-16004.jpg", imageAlt: "Comfort sedan rental"},
|
||||
{
|
||||
id: "suv",
|
||||
name: "Premium SUV",
|
||||
price: "$79/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-car_1157-6520.jpg?_wi=1",
|
||||
imageAlt: "Premium SUV rental",
|
||||
},
|
||||
id: "suv", name: "Premium SUV", price: "$79/day", imageSrc: "http://img.b2bpic.net/free-photo/girl-car_1157-6520.jpg", imageAlt: "Premium SUV rental"},
|
||||
{
|
||||
id: "luxury",
|
||||
name: "Luxury Executive",
|
||||
price: "$129/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-receiving-key_23-2149901459.jpg?_wi=1",
|
||||
imageAlt: "Luxury car rental",
|
||||
},
|
||||
id: "luxury", name: "Luxury Executive", price: "$129/day", imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-receiving-key_23-2149901459.jpg", imageAlt: "Luxury car rental"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -187,25 +148,13 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Simple Online Booking",
|
||||
description: "Multi-step booking process that takes just minutes. Select car, set dates, choose insurance and add-ons, then confirm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens_23-2148632313.jpg",
|
||||
imageAlt: "Simple booking process",
|
||||
},
|
||||
title: "Simple Online Booking", description: "Multi-step booking process that takes just minutes. Select car, set dates, choose insurance and add-ons, then confirm.", imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens_23-2148632313.jpg", imageAlt: "Simple booking process"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees. All costs clearly displayed upfront including insurance options, extra driver fees, and add-on services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167554.jpg",
|
||||
imageAlt: "Insurance options",
|
||||
},
|
||||
title: "Transparent Pricing", description: "No hidden fees. All costs clearly displayed upfront including insurance options, extra driver fees, and add-on services.", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167554.jpg", imageAlt: "Insurance options"},
|
||||
{
|
||||
id: 3,
|
||||
title: "24/7 Customer Support",
|
||||
description: "Our dedicated support team is available around the clock to assist with any questions or issues during your rental.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businessman_1163-5413.jpg",
|
||||
imageAlt: "Customer support",
|
||||
},
|
||||
title: "24/7 Customer Support", description: "Our dedicated support team is available around the clock to assist with any questions or issues during your rental.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businessman_1163-5413.jpg", imageAlt: "Customer support"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -222,36 +171,20 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1",
|
||||
title: "Select Car",
|
||||
description: "Choose from our diverse fleet based on your needs and budget",
|
||||
icon: Car,
|
||||
id: "1", value: "1", title: "Select Car", description: "Choose from our diverse fleet based on your needs and budget", icon: Car,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "2",
|
||||
title: "Pick Dates",
|
||||
description: "Set your rental period with flexible start and end times",
|
||||
icon: Calendar,
|
||||
id: "2", value: "2", title: "Pick Dates", description: "Set your rental period with flexible start and end times", icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "3",
|
||||
title: "Insurance",
|
||||
description: "Select your coverage level from basic to comprehensive",
|
||||
icon: Shield,
|
||||
id: "3", value: "3", title: "Insurance", description: "Select your coverage level from basic to comprehensive", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "4",
|
||||
title: "Add-ons",
|
||||
description: "Choose extras like GPS, child seats, and additional drivers",
|
||||
icon: Plus,
|
||||
id: "4", value: "4", title: "Add-ons", description: "Choose extras like GPS, child seats, and additional drivers", icon: Plus,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
animationType="smooth"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Start Booking Now", href: "#booking-process" }]}
|
||||
@@ -268,7 +201,7 @@ export default function HomePage() {
|
||||
description="Meulders RENT Team"
|
||||
subdescription="Professional Car Rental Services Since 2015"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blurred-parking-car_1339-8019.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blurred-parking-car_1339-8019.jpg"
|
||||
imageAlt="Meulders RENT fleet overview"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -281,38 +214,20 @@ export default function HomePage() {
|
||||
sideDescription="Find answers to common questions about our rental process, insurance options, and policies."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What insurance options are available?",
|
||||
content: "We offer three insurance tiers: Basic Coverage (minimum required), Standard Protection (recommended for most), and Comprehensive Plus (full coverage including collision and theft). All options are clearly priced upfront with no hidden fees.",
|
||||
},
|
||||
id: "1", title: "What insurance options are available?", content: "We offer three insurance tiers: Basic Coverage (minimum required), Standard Protection (recommended for most), and Comprehensive Plus (full coverage including collision and theft). All options are clearly priced upfront with no hidden fees."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I add an additional driver?",
|
||||
content: "Yes, you can add additional drivers during the booking process. Each additional driver incurs a small daily fee and must meet our age and license requirements (minimum 21 years old with valid international driving license).",
|
||||
},
|
||||
id: "2", title: "Can I add an additional driver?", content: "Yes, you can add additional drivers during the booking process. Each additional driver incurs a small daily fee and must meet our age and license requirements (minimum 21 years old with valid international driving license)."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What add-ons are available?",
|
||||
content: "We offer GPS navigation systems, child car seats (multiple sizes), additional mirrors for large vehicles, and parking assistance packages. All add-ons can be reserved during booking.",
|
||||
},
|
||||
id: "3", title: "What add-ons are available?", content: "We offer GPS navigation systems, child car seats (multiple sizes), additional mirrors for large vehicles, and parking assistance packages. All add-ons can be reserved during booking."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is your cancellation policy?",
|
||||
content: "Free cancellation up to 48 hours before rental start time. Cancellations within 48 hours incur a 25% fee. No-shows are charged the full rental amount. Travel insurance may provide additional protection.",
|
||||
},
|
||||
id: "4", title: "What is your cancellation policy?", content: "Free cancellation up to 48 hours before rental start time. Cancellations within 48 hours incur a 25% fee. No-shows are charged the full rental amount. Travel insurance may provide additional protection."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer long-term rental discounts?",
|
||||
content: "Yes! Weekly rentals receive 10% discount, monthly rentals receive 20% discount. Contact our support team for special corporate rates and bulk booking inquiries.",
|
||||
},
|
||||
id: "5", title: "Do you offer long-term rental discounts?", content: "Yes! Weekly rentals receive 10% discount, monthly rentals receive 20% discount. Contact our support team for special corporate rates and bulk booking inquiries."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I book a vehicle?",
|
||||
content: "Simply visit our booking page, select your vehicle, set your dates, choose your insurance level and any add-ons, and confirm. You'll receive instant confirmation with all details and pickup instructions.",
|
||||
},
|
||||
id: "6", title: "How do I book a vehicle?", content: "Simply visit our booking page, select your vehicle, set your dates, choose your insurance level and any add-ons, and confirm. You'll receive instant confirmation with all details and pickup instructions."},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
animationType="smooth"
|
||||
textPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user