Merge version_1 into main #1
@@ -93,13 +93,13 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Processing Speed", values: ["2.5M", "5.8M", "8.2M"],
|
||||
title: "Processing Speed", values: [2.5, 5.8, 8.2],
|
||||
valueSuffix: "ops/sec", description: "Real-time data processing capacity"},
|
||||
{
|
||||
title: "Accuracy Rate", values: ["94.2%", "96.8%", "98.5%"],
|
||||
title: "Accuracy Rate", values: [94.2, 96.8, 98.5],
|
||||
description: "AI prediction accuracy metrics"},
|
||||
{
|
||||
title: "Active Users", values: ["12450", "28900", "45200"],
|
||||
title: "Active Users", values: [12450, 28900, 45200],
|
||||
description: "Global platform users"},
|
||||
],
|
||||
chartTitle: "Performance Metrics", chartData: [
|
||||
|
||||
Reference in New Issue
Block a user