Update src/app/page.tsx

This commit is contained in:
2026-03-18 16:44:46 +00:00
parent a928eab403
commit 342bfefdc7

View File

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