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"}, ]} />