Merge version_1 into main #1
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user