From 4ebd143f048361dbe6d803e35b4ca8eb5802d2c2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:08:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cfbc73..13bae3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,23 +140,23 @@ export default function LandingPage() { buttonAnimation="slide-up" metrics={[ { - id: "1", value: "500+", title: "Enterprise Clients", items: [ + id: "1", value: "500+", title: "Enterprise Clients (up 180% in 2 years)", items: [ "Global Fortune 500 companies", "Across 50+ countries", "Expanding continuously" ] }, { - id: "2", value: "99.9%", title: "System Uptime", items: [ + id: "2", value: "99.9%", title: "System Uptime (maintained since launch)", items: [ "Mission-critical reliability", "24/7 dedicated support", "Enterprise-grade infrastructure" ] }, { - id: "3", value: "2B+", title: "Queries Processed", items: [ + id: "3", value: "2B+", title: "Queries Processed (200% growth YoY)", items: [ "Daily AI interactions", "Real-time processing", "Zero latency guaranteed" ] }, { - id: "4", value: "340%", title: "Average ROI", items: [ - "Verified by clients", "Within first 6 months", "Industry-leading returns" + id: "4", value: "340%", title: "Average ROI (verified within 6 months)", items: [ + "Industry-leading returns", "Measurable value delivery", "Sustainable growth trajectory" ] } ]}