From 37c359fa6ea3d1fc19c23c15808f38369a67dbbf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:42:10 +0000 Subject: [PATCH] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 87 ++++++++++++-------------------------------- 1 file changed, 23 insertions(+), 64 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 496d305..c4ae41a 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -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: "/" },