From 3aef2dd7be0aa71e32f629d51b785014284f37ed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:33:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54a3b0f..64f3cce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,9 +182,9 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "20+", title: "Years of Service", description: "Serving Peoria families and businesses with pride", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg", imageAlt: "father son plumbing business team"}, + id: "1", value: "20+", title: "Years of Service", description: "Serving Peoria families and businesses with pride", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=1", imageAlt: "father son plumbing business team"}, { - id: "2", value: "1000s", title: "Happy Customers", description: "Trusted by thousands of homeowners across Peoria", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg", imageAlt: "father son plumbing business team"}, + id: "2", value: "1000s", title: "Happy Customers", description: "Trusted by thousands of homeowners across Peoria", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=2", imageAlt: "father son plumbing business team"}, ]} /> -- 2.49.1