From df43275ef5e7a0643f09c2ee40d6f48eec039f54 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 06:21:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2ee79b..2ae3310 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,7 +200,7 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "Charlotte", title: "Service Area", description: "Serving Stallings, Monroe, Matthews, Indian Trail, Mint Hill, Waxhaw, Weddington, Pineville, Ballantyne, and surrounding communities.", imageSrc: "http://img.b2bpic.net/free-photo/decor-car-following-right-route_23-2148232496.jpg", imageAlt: "Service area coverage map", videoSrc: "https://placeholder-video.mp4", videoAriaLabel: "Service area video" + id: "1", value: "Charlotte", title: "Service Area", description: "Serving Stallings, Monroe, Matthews, Indian Trail, Mint Hill, Waxhaw, Weddington, Pineville, Ballantyne, and surrounding communities.", videoSrc: "https://placeholder-video.mp4", videoAriaLabel: "Service area video" }, { id: "2", value: "Free Estimates", title: "Always Available", description: "Contact us today if you don't see your area listed — we may still be able to help with your landscaping project.", videoSrc: "https://placeholder-video.mp4", videoAriaLabel: "Free estimates video" -- 2.49.1