From 832098f48f9fc7a19bddb9a2ed6b36c0da3117c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:07:55 +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 9ed607d..c74d336 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,16 +72,16 @@ export default function LandingPage() { tagIcon={Zap} features={[ { - title: "Global Infrastructure", description: "Deploy to 200+ regions worldwide with automatic failover and edge computing", bentoComponent: "globe" + title: "Global Infrastructure", description: "Deploy to 200+ regions worldwide with automatic failover and edge computing—achieve <50ms latency globally", bentoComponent: "globe" }, { - title: "Real-Time Analytics", description: "Monitor performance metrics and user behavior with powerful visualization tools", bentoComponent: "animated-bar-chart" + title: "Real-Time Analytics", description: "Monitor performance metrics in <100ms latency with AI-powered anomaly detection and instant alerts", bentoComponent: "animated-bar-chart" }, { - title: "Worldwide Reach", description: "Serve your users from the nearest edge location with 99.99% uptime SLA", bentoComponent: "map" + title: "Worldwide Reach", description: "Serve your users from the nearest edge location with 99.99% uptime SLA—reducing latency by up to 70%", bentoComponent: "map" }, { - title: "Performance Insights", description: "Track application performance with detailed metrics and automated reporting", bentoComponent: "line-chart" + title: "Performance Insights", description: "Track application performance with detailed metrics and automated reporting—identify bottlenecks 10x faster", bentoComponent: "line-chart" } ]} textboxLayout="default"