From dfb50eaac3ace382e9b768eca14dfcbed9626227 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:55:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: [ -- 2.49.1