diff --git a/src/app/page.tsx b/src/app/page.tsx index f446e56..58483db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,16 +182,16 @@ export default function LandingPage() { animationType="scale-rotate" metrics={[ { - id: "1", value: "12K+", title: "Coffee Cups", description: "Served annually with precision and passion" + id: "1", value: "12K+", title: "Coffee Cups", description: "Served annually with precision and passion", videoSrc: "https://example.com/metrics-1.mp4", videoAriaLabel: "Coffee cups metric animation" }, { - id: "2", value: "25", title: "Countries", description: "Source ethical beans from premier origins" + id: "2", value: "25", title: "Countries", description: "Source ethical beans from premier origins", videoSrc: "https://example.com/metrics-2.mp4", videoAriaLabel: "Countries metric animation" }, { - id: "3", value: "98%", title: "Satisfaction", description: "Customer satisfaction rate year over year" + id: "3", value: "98%", title: "Satisfaction", description: "Customer satisfaction rate year over year", videoSrc: "https://example.com/metrics-3.mp4", videoAriaLabel: "Satisfaction metric animation" }, { - id: "4", value: "7", title: "Awards", description: "Industry recognition for excellence" + id: "4", value: "7", title: "Awards", description: "Industry recognition for excellence", videoSrc: "https://example.com/metrics-4.mp4", videoAriaLabel: "Awards metric animation" } ]} />