From 992119089409030f4467237c83f45b8c264b910f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:08:47 +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 cf2b1ac..440d930 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { testimonials={[ { name: "John Martinez", handle: "Homeowner", testimonial: "Fixed my burst pipe in under an hour. Professional and fair pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-with-smile-white-wall-work-job-office-female-business-meetings_140725-65034.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-with-smile-white-wall-work-job-office-female-business-meetings_140725-65034.jpg?_wi=1" }, { name: "Sarah Chen", handle: "Business Owner", testimonial: "Best HVAC service I've used. They were punctual and thorough.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg?_wi=1" } ]} buttons={[ @@ -147,11 +147,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Martinez", role: "Homeowner", company: "Downtown Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-with-smile-white-wall-work-job-office-female-business-meetings_140725-65034.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-with-smile-white-wall-work-job-office-female-business-meetings_140725-65034.jpg?_wi=2" }, { id: "2", name: "Sarah Chen", role: "Business Owner", company: "Commercial District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg?_wi=2" }, { id: "3", name: "Michael Rodriguez", role: "Property Manager", company: "Residential Complex", rating: 5, -- 2.49.1