From d2d146507d0015108b0cc9ba93efbdb94413b90b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:39:51 +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 451c80a..794ed20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,16 +114,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "years", value: "30+", title: "Years of Service", description: "Three decades serving Eldersburg, Sykesville, and surrounding communities with consistent quality and care." + id: "years", value: "30+", title: "Years of Service", description: "Three decades serving Eldersburg, Sykesville, and surrounding communities with consistent quality and care.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Years of service video" }, { - id: "families", value: "Generations", title: "Multi-Generational Loyalty", description: "Grandfathers, fathers, and sons—families that have trusted Tony's for over 20 years and counting." + id: "families", value: "Generations", title: "Multi-Generational Loyalty", description: "Grandfathers, fathers, and sons—families that have trusted Tony's for over 20 years and counting.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Multi-generational loyalty video" }, { - id: "customers", value: "1000+", title: "Satisfied Customers", description: "Local community members and referrals from across the region who value authenticity and craftsmanship." + id: "customers", value: "1000+", title: "Satisfied Customers", description: "Local community members and referrals from across the region who value authenticity and craftsmanship.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Satisfied customers video" }, { - id: "reviews", value: "4.9★", title: "Community Rating", description: "Consistently high ratings across Google, Yelp, and local platforms—verified by real customers." + id: "reviews", value: "4.9★", title: "Community Rating", description: "Consistently high ratings across Google, Yelp, and local platforms—verified by real customers.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Community rating video" } ]} /> -- 2.49.1