diff --git a/src/app/page.tsx b/src/app/page.tsx index 0146f7f..523fbee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,13 +92,13 @@ export default function LandingPage() { ], stats: [ { - title: "Processing Speed", values: ["2.5M", "4.8M", "7.2M"], + title: "Processing Speed", values: [2500000, 4800000, 7200000], valuePrefix: "", valueSuffix: " ops/s", description: "Real-time operations processed"}, { - title: "Accuracy Rate", values: ["94.2%", "96.8%", "99.1%"], - valuePrefix: "", valueSuffix: "", description: "Model prediction accuracy"}, + title: "Accuracy Rate", values: [94.2, 96.8, 99.1], + valuePrefix: "", valueSuffix: "%", description: "Model prediction accuracy"}, { - title: "Active Users", values: ["45K", "82K", "125K"], + title: "Active Users", values: [45000, 82000, 125000], valuePrefix: "", valueSuffix: "", description: "Enterprise users live"}, ], chartTitle: "Performance Metrics", chartData: [ @@ -217,6 +217,7 @@ export default function LandingPage() { imageAlt="AIFlow team of AI engineers and data scientists" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" />