From cdd2bed743bf6d573eeb5cbbd4c79fc80fd0355f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:43:54 +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 6451ad0..81bdc82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { }, { id: "4", brand: "Kitchen Services", name: "Kitchen Sink Clogs", price: "From $85", rating: 5, - reviewCount: "20 reviews", imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg", imageAlt: "Kitchen sink unclogging service" + reviewCount: "20 reviews", imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg?_wi=1", imageAlt: "Kitchen sink unclogging service" }, { id: "5", brand: "Basement Services", name: "Basement Drain Issues", price: "From $120", rating: 5, @@ -115,7 +115,7 @@ export default function LandingPage() { }, { id: "6", brand: "Fixture Services", name: "Dishwasher & Fixture Clogs", price: "From $75", rating: 5, - reviewCount: "19 reviews", imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg", imageAlt: "Dishwasher and fixture drain service" + reviewCount: "19 reviews", imageSrc: "http://img.b2bpic.net/free-photo/need-help-unhappy-woman-crouching-near-leaking-water-tap-home_259150-58305.jpg?_wi=2", imageAlt: "Dishwasher and fixture drain service" } ]} /> @@ -160,7 +160,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Richardson", role: "Homeowner", company: "Williamsport, MD", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "John Richardson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "John Richardson testimonial" }, { id: "2", name: "Sarah Mitchell", role: "Property Manager", company: "Washington County", rating: 5, @@ -168,7 +168,7 @@ export default function LandingPage() { }, { id: "3", name: "David Chen", role: "Homeowner", company: "Williamsport, MD", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "David Chen testimonial" }, { id: "4", name: "Michelle Garcia", role: "Landlord", company: "Washington County", rating: 5, -- 2.49.1