Merge version_1 into main #1
@@ -87,10 +87,10 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Processing Speed", values: ["94%", "97%", "99%"],
|
||||
description: "Faster automation."},
|
||||
title: "Processing Speed", values: [94, 97, 99],
|
||||
valueSuffix: "%", description: "Faster automation."},
|
||||
{
|
||||
title: "Accuracy Rate", values: ["96.5", "97.8", "98.9"],
|
||||
title: "Accuracy Rate", values: [96.5, 97.8, 98.9],
|
||||
valueSuffix: "%", description: "Precision matched."},
|
||||
{
|
||||
title: "Active Users", values: [12400, 18750, 24600],
|
||||
|
||||
Reference in New Issue
Block a user