2 Commits

Author SHA1 Message Date
832098f48f Update src/app/page.tsx 2026-03-03 16:07:55 +00:00
25dc829e37 Merge version_1 into main
Merge version_1 into main
2026-03-03 05:40:31 +00:00

View File

@@ -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"