From eefdbf24118fbb2179a10f3964df0a2b7f449b56 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 06:06:05 +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 78ccf0d..1c5b141 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,16 +146,16 @@ export default function LandingPage() { textboxLayout="default" metrics={[ { - id: "1", value: "150+", title: "Projects Delivered", description: "Residential and commercial excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ifoyl0", imageAlt: "Construction team experienced professionals working" + id: "1", value: "150+", title: "Projects Delivered", description: "Residential and commercial excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ifoyl0&_wi=1", imageAlt: "Construction team experienced professionals working" }, { - id: "2", value: "500+", title: "Happy Clients", description: "Trusted across Mumbai's premium areas", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=inv3s2", imageAlt: "Satisfied customer testimonial happy client" + id: "2", value: "500+", title: "Happy Clients", description: "Trusted across Mumbai's premium areas", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=inv3s2&_wi=1", imageAlt: "Satisfied customer testimonial happy client" }, { - id: "3", value: "15+", title: "Years Experience", description: "Industry leadership and expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ifoyl0", imageAlt: "Construction team experienced professionals working" + id: "3", value: "15+", title: "Years Experience", description: "Industry leadership and expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ifoyl0&_wi=2", imageAlt: "Construction team experienced professionals working" }, { - id: "4", value: "₹500 Cr+", title: "Total Value Delivered", description: "Premium projects across Mumbai", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=inv3s2", imageAlt: "Satisfied customer testimonial happy client" + id: "4", value: "₹500 Cr+", title: "Total Value Delivered", description: "Premium projects across Mumbai", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=inv3s2&_wi=2", imageAlt: "Satisfied customer testimonial happy client" } ]} animationType="slide-up" -- 2.49.1