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" } ]} />