From 50ccea0c729848a7be588552e17ac3ad21383013 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:01:01 +0000 Subject: [PATCH 1/2] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index a736ebf..2fbc84a 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -47,7 +47,7 @@ export default function BookingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg" + imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg?_wi=2" imageAlt="Meulders RENT booking process" mediaAnimation="slide-up" useInvertedBackground={false} @@ -61,16 +61,16 @@ export default function BookingPage() { 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"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.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"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.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"}, + imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.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"}, + 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"}, ]} testimonialRotationInterval={5000} /> -- 2.49.1 From e81ed81e8471321f4078210f1c31b38e5632c0cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:01:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f96a2d4..3cf8f5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "plain" }} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg" + imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg?_wi=1" imageAlt="Meulders RENT car rental hero" mediaAnimation="slide-up" useInvertedBackground={false} @@ -97,16 +97,16 @@ export default function HomePage() { 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"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.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"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.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"}, + imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.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"}, + 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"}, ]} testimonialRotationInterval={5000} /> -- 2.49.1