Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 12:39:55 +00:00

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