From 4398fceb14c4877a35d5c43cc0e1d665046fb4a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:49:37 +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 91fc506..2ba7332 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,16 +134,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Downtown District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", role: "Property Manager", company: "Riverside Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Local Enterprise", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emily Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Williams", role: "Homeowner", company: "Suburban Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "David Williams"}, ]} kpiItems={[ { value: "2000+", label: "Projects Completed" }, -- 2.49.1