From d1e2146796c0aba6dd43f9a75a7b5fb0bf59cbf2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:56:15 +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 e53e74c..f4e645b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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], -- 2.49.1