From 65da9da2e8ea59e0a0488dffcf365e340d7bf802 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:59:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a588e7..c18fc38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { testimonials={[ { name: "Ahmed Al-Rasheed", handle: "Customer", testimonial: "Excellent service and very professional staff. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-psd/car-wash-template-design_23-2150935657.jpg" + imageSrc: "http://img.b2bpic.net/free-psd/car-wash-template-design_23-2150935657.jpg?_wi=1" }, { name: "Fatima Al-Dosari", handle: "Customer", testimonial: "My car looks brand new! Best car wash in Dhahrat Laban.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27227.jpg?_wi=1" }, { name: "Mohammed Al-Qahtani", handle: "Customer", testimonial: "Fast service with perfect results. I'm a regular now!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-high-pressure-hose-washes-car-car-wash_1153-9396.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-high-pressure-hose-washes-car-car-wash_1153-9396.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -124,11 +124,11 @@ export default function LandingPage() { }, { id: "5", title: "Quick Wash Package", tags: ["Fast", "Convenient"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-washing-blue-car-car-wash_1153-8840.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-washing-blue-car-car-wash_1153-8840.jpg?_wi=1" }, { id: "6", title: "Premium Wash Package", tags: ["Luxury", "Complete"], - imageSrc: "http://img.b2bpic.net/free-photo/female-taxi-driver-paying-attention-road_23-2149236678.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/female-taxi-driver-paying-attention-road_23-2149236678.jpg?_wi=1" } ]} animationType="slide-up" @@ -183,13 +183,13 @@ export default function LandingPage() {