From 58ffb3d78ab00da22418e625bc304e944d3ce5e8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 04:30:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4c7fc7..ccf1cc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "View Our Work", href: "#projects" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg" + imageSrc="http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg?_wi=1" imageAlt="professional roof installation home exterior" /> @@ -141,16 +141,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "metric-1", value: "500+", title: "Homes Served", description: "Successfully completed projects", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg", imageAlt: "metric illustration" + id: "metric-1", value: "500+", title: "Homes Served", description: "Successfully completed projects", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg?_wi=2", imageAlt: "metric illustration" }, { - id: "metric-2", value: "98%", title: "Customer Satisfaction", description: "Highly rated on all platforms", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg", imageAlt: "metric illustration" + id: "metric-2", value: "98%", title: "Customer Satisfaction", description: "Highly rated on all platforms", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg?_wi=3", imageAlt: "metric illustration" }, { - id: "metric-3", value: "20+", title: "Years Experience", description: "Industry leading expertise", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg", imageAlt: "metric illustration" + id: "metric-3", value: "20+", title: "Years Experience", description: "Industry leading expertise", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg?_wi=4", imageAlt: "metric illustration" }, { - id: "metric-4", value: "24/7", title: "Emergency Support", description: "Always ready to help", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg", imageAlt: "metric illustration" + id: "metric-4", value: "24/7", title: "Emergency Support", description: "Always ready to help", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg?_wi=5", imageAlt: "metric illustration" } ]} animationType="slide-up" -- 2.49.1