Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 02:16:17 +00:00

View File

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