From 1fc76db7c611c1e14b5b8c4523eec7bd1a09ebc5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 04:30:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0fb96b..c4c7fc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,16 +141,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "metric-1", value: "500+", title: "Homes Served", description: "Successfully completed projects" + 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-2", value: "98%", title: "Customer Satisfaction", description: "Highly rated on all platforms" + 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-3", value: "20+", title: "Years Experience", description: "Industry leading expertise" + 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-4", value: "24/7", title: "Emergency Support", description: "Always ready to help" + 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" } ]} animationType="slide-up" -- 2.49.1