From 0b013b67df76c5f28bcbc2e223b424e6635763a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 02:16:13 +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 af6d145..708217a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,16 +162,16 @@ export default function LandingPage() { animationType="scale-rotate" metrics={[ { - id: "metric-1", value: "50K+", title: "Projects Completed", description: "Successfully delivered printing projects nationwide" + id: "metric-1", value: "50K+", title: "Projects Completed", description: "Successfully delivered printing projects nationwide", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Projects completed video" }, { - id: "metric-2", value: "99.8%", title: "Customer Satisfaction", description: "Industry-leading quality and service ratings" + id: "metric-2", value: "99.8%", title: "Customer Satisfaction", description: "Industry-leading quality and service ratings", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Customer satisfaction video" }, { - id: "metric-3", value: "20+", title: "Years in Business", description: "Two decades of printing excellence and innovation" + id: "metric-3", value: "20+", title: "Years in Business", description: "Two decades of printing excellence and innovation", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Years in business video" }, { - id: "metric-4", value: "48", title: "States Served", description: "Coast-to-coast coverage with local expertise" + id: "metric-4", value: "48", title: "States Served", description: "Coast-to-coast coverage with local expertise", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "States served video" } ]} /> -- 2.49.1