From 4511137ed8ad86aed4d4f63c5b870bb3321b89e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:29:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 413395f..6223842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,19 +191,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Designer", company: "Creative Studios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", name: "Marcus Chen", role: "Tech Lead", company: "Innovation Labs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Chen" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Marcus Chen" }, { id: "3", name: "Emma Rodriguez", role: "Entrepreneur", company: "Startup Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Emma Rodriguez" }, { id: "4", name: "James Thompson", role: "Barista", company: "Coffee Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "James Thompson" } ]} /> -- 2.49.1