From e5f74e4b3a8d235433f6d4454859e18703b50a4d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 15:41:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8081109..7dafbf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,12 +155,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ + { + id: "m3", title: "Happy Clients", value: "450+", description: "Satisfied residential and commercial partners", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stones-wooden-board-concrete_114579-25177.jpg?_wi=2"}, { id: "m1", title: "Projects Completed", value: "500+", description: "Hand-crafted stone installations globally", imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg?_wi=2"}, { id: "m2", title: "Years Experience", value: "20+", description: "Decades of professional dedication", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-stonecutter_268835-4727.jpg"}, - { - id: "m3", title: "Happy Clients", value: "450+", description: "Satisfied residential and commercial partners", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stones-wooden-board-concrete_114579-25177.jpg?_wi=2"}, ]} />