Update src/app/page.tsx

This commit is contained in:
2026-03-07 10:33:56 +00:00
parent 35937916b9
commit 3aef2dd7be

View File

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