Update src/app/page.tsx

This commit is contained in:
2026-03-16 12:40:16 +00:00
parent d2d146507d
commit d6255bea65

View File

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