From d6255bea658c3ffb3c4d15000fdf2a45f5a8da90 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:40:16 +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 794ed20..7a4ac47 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.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Years of service video" + 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?_wi=1", 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.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Multi-generational loyalty 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.", videoSrc: "https://example.com/video.mp4?_wi=2", 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.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Satisfied customers video" + 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?_wi=3", 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.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Community rating video" + 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?_wi=4", videoAriaLabel: "Community rating video" } ]} />