From f2046defa93ea9f828e4a2564152eba246aefa26 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:46:56 +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 3eb8fd3..dcbac85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { testimonials={[ { name: "Michael Rodriguez", handle: "Homeowner, Denver CO", testimonial: "Fixed our burst pipe within 2 hours. Professional, clean work, and fair pricing. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg?_wi=1" }, { name: "Sarah Johnson", handle: "Restaurant Manager, Colorado Springs", testimonial: "Saved our business from a plumbing disaster. Fast response and thorough diagnostics. Best service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-couch_23-2149915934.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-couch_23-2149915934.jpg?_wi=1" }, { name: "David Chen", handle: "Business Owner, Boulder", testimonial: "Trustworthy team that shows up on time and does quality work. We use them for all our commercial properties.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3668.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3668.jpg?_wi=1" } ]} useInvertedBackground={false} @@ -127,15 +127,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Patricia Williams", role: "Homeowner", company: "Residential Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-hair-bun-looking-camera-with-cheerful-smile_273609-9044.jpg?_wi=2" }, { id: "2", name: "James Martinez", role: "Facilities Manager", company: "Commercial Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-couch_23-2149915934.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-couch_23-2149915934.jpg?_wi=2" }, { id: "3", name: "Linda Johnson", role: "Property Manager", company: "Multi-Unit Complex", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3668.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3668.jpg?_wi=2" }, { id: "4", name: "Robert Taylor", role: "Restaurant Owner", company: "Food Service Business", rating: 5, -- 2.49.1