diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e51a58..b98ffeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,13 +91,13 @@ export default function AICoreLanding() { ], stats: [ { - title: "Processing Speed", values: ["45.2", "78.5", "92.3"], + title: "Processing Speed", values: [45.2, 78.5, 92.3], valuePrefix: "", valueSuffix: "M ops/s", description: "Real-time inference capacity"}, { - title: "Accuracy Rate", values: ["87.3", "91.8", "95.2"], + title: "Accuracy Rate", values: [87.3, 91.8, 95.2], valuePrefix: "", valueSuffix: "%", description: "Model prediction accuracy"}, { - title: "Active Models", values: ["12", "28", "47"], + title: "Active Models", values: [12, 28, 47], valuePrefix: "", valueSuffix: "", description: "Deployed AI models"}, ], chartTitle: "Performance Metrics", chartData: [