From 0099b1faa49a4b353da2a6891142acebe40a5990 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:35:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8407461..48f00bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,10 +147,10 @@ export default function LandingPage() { title="Proven Impact. Real Results. Measurable Growth." tag="Our Track Record" metrics={[ - { id: "1", value: "10,000+", description: "Active users across 50+ countries leveraging our AI platform daily" }, - { id: "2", value: "70%", description: "Average reduction in manual processing time with our intelligent automation" }, - { id: "3", value: "99.9%", description: "Platform uptime ensuring your AI works 24/7 without interruption" }, - { id: "4", value: "4.9/5", description: "Customer satisfaction rating from verified users and reviewers" } + { id: "1", value: "70%", description: "Average reduction in manual processing time with our intelligent automation" }, + { id: "2", value: "99.9%", description: "Platform uptime ensuring your AI works 24/7 without interruption" }, + { id: "3", value: "4.9/5", description: "Customer satisfaction rating from verified users and reviewers" }, + { id: "4", value: "10,000+", description: "Active users across 50+ countries leveraging our AI platform daily" } ]} metricsAnimation="slide-up" useInvertedBackground={false} -- 2.49.1