From 23501be35e559a9f6f3d1744be05b18ffbeabf55 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:17:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2345c85..1d5f011 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Johnson", role: "Vehicle Owner", company: "Johnson City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Johnson - satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Johnson - satisfied customer" }, { id: "2", name: "Sarah Williams", role: "Family of 3", company: "Kingsport", rating: 5, @@ -139,11 +139,11 @@ export default function LandingPage() { }, { id: "5", name: "Robert Jackson", role: "Fleet Manager", company: "East Tennessee", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Jackson - business customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert Jackson - business customer" }, { id: "6", name: "Amanda Rhodes", role: "Car Enthusiast", company: "Kingsport", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Amanda Rhodes - enthusiast customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Amanda Rhodes - enthusiast customer" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1