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"