From 7edd7f06afac3efa0ebfa68ee2ae8caba223b611 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:45:59 +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 13a7328..cf7924d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,12 +111,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", title: "Projects Delivered", value: "150+", icon: CheckCircle }, - { id: "m2", title: "Deployment Success", value: "99.9%", icon: Shield }, - { id: "m3", title: "Average Speed Gain", value: "40%", icon: Zap }, + { id: "m1", title: "Enterprise ROI Achieved", value: "3.5x", icon: CheckCircle }, + { id: "m2", title: "SLA Uptime Delivered", value: "99.99%", icon: Shield }, + { id: "m3", title: "Operational Cost Reduction", value: "25%", icon: Zap }, ]} title="Proven Impact" - description="Data-driven results for our partners." + description="Enterprise-grade outcome metrics for our partners." /> @@ -197,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file