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