From 16ac807aed67659b33bbd759b8787299685c87ff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:53:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fcbb827..4522582 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Chen", handle: "@performance_enthusiast", testimonial: "APX Garage delivers exactly what I need for my track car. Quality parts, fast shipping, and genuine expertise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg", imageAlt: "Marcus Chen" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg?_wi=1", imageAlt: "Marcus Chen" }, { name: "Sarah Rodriguez", handle: "@pro_mechanic_shop", testimonial: "Our shop has partnered with APX for wholesale sourcing. Their reliability and technical support are unmatched in the industry.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-pensive-front-view_176474-52847.jpg", imageAlt: "Sarah Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-pensive-front-view_176474-52847.jpg?_wi=1", imageAlt: "Sarah Rodriguez" }, { name: "James Mitchell", handle: "@diy_car_guy", testimonial: "Finally found a parts supplier that understands what enthusiasts need. Their compatibility guides saved me hours of research.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-uniform-looking-confident_176474-35550.jpg", imageAlt: "James Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-uniform-looking-confident_176474-35550.jpg?_wi=1", imageAlt: "James Mitchell" } ]} testimonialRotationInterval={5000} @@ -164,13 +164,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg", imageAlt: "David Thompson" + id: "1", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg?_wi=2", imageAlt: "David Thompson" }, { - id: "2", name: "Elena Garcia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-pensive-front-view_176474-52847.jpg", imageAlt: "Elena Garcia" + id: "2", name: "Elena Garcia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-standing-with-crossed-arms-blue-t-shirt-looking-pensive-front-view_176474-52847.jpg?_wi=2", imageAlt: "Elena Garcia" }, { - id: "3", name: "Robert Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-uniform-looking-confident_176474-35550.jpg", imageAlt: "Robert Kim" + id: "3", name: "Robert Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-technician-standing-with-crossed-arms-uniform-looking-confident_176474-35550.jpg?_wi=2", imageAlt: "Robert Kim" }, { id: "4", name: "Jessica Wu", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-mechanic-holding-wrench_23-2148327565.jpg", imageAlt: "Jessica Wu" -- 2.49.1