From 535fe4a1300ad44a10c78fcad920a1e3726944f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:34:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2849341..d2a827a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,22 +145,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Mitchell", role: "Homeowner", company: "Chicago, IL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "John Mitchell testimonial photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "John Mitchell testimonial photo"}, { id: "2", name: "Sarah Johnson", role: "Property Manager", company: "Downtown Commercial", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson testimonial photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Sarah Johnson testimonial photo"}, { id: "3", name: "Michael Chen", role: "Restaurant Owner", company: "Chen's Kitchen", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen testimonial photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen testimonial photo"}, { id: "4", name: "Emily Rodriguez", role: "Real Estate Agent", company: "Rodriguez Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emily Rodriguez testimonial photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial photo"}, { id: "5", name: "David Park", role: "Homeowner", company: "Suburban Homes", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Park testimonial photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "David Park testimonial photo"}, { id: "6", name: "Lisa Thompson", role: "Building Manager", company: "Twin Towers LLC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Lisa Thompson testimonial photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Lisa Thompson testimonial photo"}, ]} title="What Our Customers Say" description="Real feedback from satisfied homeowners and businesses we've served." -- 2.49.1