From 3ae2821bc327425f7316aa1be607fda1d3fe7a12 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:24:27 +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 249cc21..272cfe8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,19 +120,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", role: "Patient", company: "Federal Way Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1" }, { id: "2", name: "James Chen", role: "Patient", company: "Local Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { id: "3", name: "Emily Rodriguez", role: "Patient", company: "Federal Way Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { id: "4", name: "Michael Thompson", role: "Patient", company: "Local Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1