From a5549be9036d6401fa15b8711a322ebee7b7b893 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 18:24:48 +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 4789173..440df0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,16 +148,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "clients", value: "2,500+", title: "Satisfied Clients", description: "Trusted by businesses and homeowners across the region" + id: "clients", value: "2,500+", title: "Satisfied Clients", description: "Trusted by businesses and homeowners across the region", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-isolated-white-wall_231208-12430.jpg", imageAlt: "professional man headshot business portrait" }, { - id: "projects", value: "5,000+", title: "Projects Completed", description: "From small apartments to large commercial facilities" + id: "projects", value: "5,000+", title: "Projects Completed", description: "From small apartments to large commercial facilities", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-walking-front-corporate-building_23-2147972941.jpg", imageAlt: "professional woman business portrait headshot" }, { - id: "experience", value: "15+", title: "Years Experience", description: "Established expertise in cleaning and civil services" + id: "experience", value: "15+", title: "Years Experience", description: "Established expertise in cleaning and civil services", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "professional male headshot business portrait" }, { - id: "rating", value: "4.9/5", title: "Average Rating", description: "Consistently excellent customer feedback and reviews" + id: "rating", value: "4.9/5", title: "Average Rating", description: "Consistently excellent customer feedback and reviews", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "professional person headshot business portrait" } ]} ariaLabel="Metrics section" -- 2.49.1