From 8ad1b5a068b59c5c01e25dfe30f74b054214d08e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 23:41:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21c271c..c0b7d3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,13 +140,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "500+", title: "Happy Customers", description: "Trusted by families and businesses throughout Greenfield for quality lawn care." + id: "1", value: "500+", title: "Happy Customers", description: "Trusted by families and businesses throughout Greenfield for quality lawn care.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-cute-caucasian-man-park_181624-56266.jpg", imageAlt: "satisfied customer portrait happy" }, { - id: "2", value: "10+", title: "Years Experience", description: "Decades of expertise in professional lawn maintenance and landscaping services." + id: "2", value: "10+", title: "Years Experience", description: "Decades of expertise in professional lawn maintenance and landscaping services.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg", imageAlt: "happy homeowner outdoor portrait" }, { - id: "3", value: "100%", title: "Satisfaction Rate", description: "We stand behind our work with guaranteed quality and customer satisfaction." + id: "3", value: "100%", title: "Satisfaction Rate", description: "We stand behind our work with guaranteed quality and customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-with-bun-her-head-city-park_169016-21843.jpg", imageAlt: "local resident portrait happy" } ]} /> -- 2.49.1