From 233397ff8e07bdd076fab39e21e9b95ad7fcd300 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:32:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bb4b3d..5466a03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,8 +110,8 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marcus Johnson" }, { id: "2", name: "David Williams", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Williams" }, - { id: "3", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez" }, - { id: "4", name: "Christopher Lee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Christopher Lee" }, + { id: "3", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Rodriguez" }, + { id: "4", name: "Christopher Lee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Christopher Lee" }, { id: "5", name: "Anthony Chen", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Anthony Chen" } ]} cardTitle="Best barbershop in Biloxi. Great atmosphere, even better cuts. Highly recommended!" -- 2.49.1