diff --git a/src/app/page.tsx b/src/app/page.tsx index 63fd93b..2eb6d31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -192,13 +192,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "15+", title: "Years in Business", description: "Providing reliable plumbing services in Hugo, MN.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062944.jpg", imageAlt: "Plumbing tools illustration" + id: "m1", value: "15+", title: "Years in Business", description: "Providing reliable plumbing services in Hugo, MN.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062944.jpg?_wi=1", imageAlt: "Plumbing tools illustration" }, { - id: "m2", value: "5-Star", title: "Average Review", description: "Dedicated to customer satisfaction with every job.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062944.jpg", imageAlt: "Plumbing tools illustration" + id: "m2", value: "5-Star", title: "Average Review", description: "Dedicated to customer satisfaction with every job.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062944.jpg?_wi=2", imageAlt: "Plumbing tools illustration" }, { - id: "m3", value: "24/7", title: "Emergency Ready", description: "Always available for your urgent plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062944.jpg", imageAlt: "Plumbing tools illustration" + id: "m3", value: "24/7", title: "Emergency Ready", description: "Always available for your urgent plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-assortment-pvc_23-2149062944.jpg?_wi=3", imageAlt: "Plumbing tools illustration" }, ]} title="Building Trust Through Experience" @@ -226,7 +226,7 @@ export default function LandingPage() {