From 82a004e74075441e01732c6af065c0e821c288ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:52:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10ab6a7..bd36777 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Luxury car being professionally detailed with premium products" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", imageAlt: "Mirror-like paint reflection showcasing ceramic coating perfection" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=1", imageAlt: "Mirror-like paint reflection showcasing ceramic coating perfection" } ]} buttons={[ @@ -141,27 +141,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Mitchell", role: "Luxury Vehicle Owner", company: "Empire Automotive Collectors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", imageAlt: "professional headshot business portrait luxury client satisfied customer automotive enthusiast" + imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=1", imageAlt: "professional headshot business portrait luxury client satisfied customer automotive enthusiast" }, { id: "2", name: "Sarah Chen", role: "CEO", company: "Premium Transport Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "professional portrait business headshot client photo luxury brand satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "professional portrait business headshot client photo luxury brand satisfied customer" }, { id: "3", name: "Marcus Rodriguez", role: "Ferrari Owner", company: "Elite Automotive Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", imageAlt: "professional headshot business portrait automotive customer luxury client satisfied professional" + imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=2", imageAlt: "professional headshot business portrait automotive customer luxury client satisfied professional" }, { id: "4", name: "Victoria Brooks", role: "Entrepreneur", company: "Luxury Lifestyle Executive", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", imageAlt: "business portrait professional headshot client photo luxury automotive satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=3", imageAlt: "business portrait professional headshot client photo luxury automotive satisfied customer" }, { id: "5", name: "David Park", role: "Porsche Enthusiast", company: "Automotive Performance Specialist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", imageAlt: "professional portrait business headshot luxury client automotive enthusiast satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg?_wi=4", imageAlt: "professional portrait business headshot luxury client automotive enthusiast satisfied customer" }, { id: "6", name: "Alexandra Knight", role: "Mercedes-Benz Owner", company: "Executive Management", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "professional headshot business portrait client photo luxury brand satisfied client" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "professional headshot business portrait client photo luxury brand satisfied client" } ]} /> @@ -223,7 +223,7 @@ export default function LandingPage() {