From c72e794f1a06f68fcadaae650ee137a0455dbc4b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:57:01 +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 adb4378..1f30aa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -193,16 +193,16 @@ export default function LandingPage() { tagIcon={Award} metrics={[ { - id: "metric-1", value: "500+", title: "Projects Completed", description: "Residential and commercial transformations over 15 years" + id: "metric-1", value: "500+", title: "Projects Completed", description: "Residential and commercial transformations over 15 years", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ptfgjk", imageAlt: "Projects completed" }, { - id: "metric-2", value: "4.9/5", title: "Average Rating", description: "Consistent excellence rated by verified clients" + id: "metric-2", value: "4.9/5", title: "Average Rating", description: "Consistent excellence rated by verified clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52urvt", imageAlt: "Average rating" }, { - id: "metric-3", value: "98%", title: "Client Retention", description: "Customers who return for ongoing services and referrals" + id: "metric-3", value: "98%", title: "Client Retention", description: "Customers who return for ongoing services and referrals", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1r1sie", imageAlt: "Client retention" }, { - id: "metric-4", value: "15+", title: "Years Experience", description: "Proven expertise in landscaping and asphalt solutions" + id: "metric-4", value: "15+", title: "Years Experience", description: "Proven expertise in landscaping and asphalt solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qrnm7o", imageAlt: "Years experience" } ]} animationType="slide-up" -- 2.49.1