From e3b7e508a5dac12729a992ba74f64aef1a9ef2e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:21:41 +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 8e7e767..ac2381d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,10 +96,10 @@ export default function LandingPage() { tag="Results" metrics={[ { - id: "1", value: "2,500+", title: "Roofs Repaired", description: "Successful projects completed with excellence", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg", imageAlt: "professional roofing team" + id: "1", value: "2,500+", title: "Roofs Repaired", description: "Successful projects completed with excellence", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg?_wi=1", imageAlt: "professional roofing team" }, { - id: "2", value: "15+", title: "Years Experience", description: "Industry expertise and trusted reputation", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg", imageAlt: "Experienced roofing contractor" + id: "2", value: "15+", title: "Years Experience", description: "Industry expertise and trusted reputation", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg?_wi=2", imageAlt: "Experienced roofing contractor" } ]} animationType="slide-up"