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"