Update src/app/page.tsx
This commit is contained in:
@@ -67,7 +67,8 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "features" }
|
||||
{ text: "Learn More", href: "features" },
|
||||
{ text: "Schedule Demo", href: "contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,7 +100,7 @@ export default function LandingPage() {
|
||||
title: "Unified Control Plane",
|
||||
description: "One API. One mental model. Connect software, infrastructure, and intelligent systems without translation layers. Complete orchestration. Radical simplicity."
|
||||
}
|
||||
]}
|
||||
]
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -204,7 +205,7 @@ export default function LandingPage() {
|
||||
title: "Enterprise Operations Centers",
|
||||
description: "Problem: Monitoring hundreds of systems across hybrid infrastructure is a monitoring nightmare. Solution: Unified observability with AI-driven root cause analysis. Outcome: 75% reduction in MTTR, full compliance audit trail."
|
||||
}
|
||||
]}
|
||||
]
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -269,7 +270,7 @@ export default function LandingPage() {
|
||||
title: "Continuous Optimization",
|
||||
description: "Real-time observability shows where you're winning. Our system continuously finds new improvements. You focus on building."
|
||||
}
|
||||
]}
|
||||
]
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user