Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3126ea284 |
@@ -67,8 +67,7 @@ export default function LandingPage() {
|
|||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn More", href: "features" },
|
{ text: "Learn More", href: "features" }
|
||||||
{ text: "Schedule Demo", href: "contact" }
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -100,11 +99,12 @@ export default function LandingPage() {
|
|||||||
title: "Unified Control Plane",
|
title: "Unified Control Plane",
|
||||||
description: "One API. One mental model. Connect software, infrastructure, and intelligent systems without translation layers. Complete orchestration. Radical simplicity."
|
description: "One API. One mental model. Connect software, infrastructure, and intelligent systems without translation layers. Complete orchestration. Radical simplicity."
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
cardDescriptionClassName="text-neutral-300/90 font-medium contrast-75"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -205,11 +205,12 @@ export default function LandingPage() {
|
|||||||
title: "Enterprise Operations Centers",
|
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."
|
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"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
cardDescriptionClassName="text-neutral-200/95 font-semibold contrast-100"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -238,7 +239,7 @@ export default function LandingPage() {
|
|||||||
value: "3hrs",
|
value: "3hrs",
|
||||||
description: "Average time to full production deployment from dev."
|
description: "Average time to full production deployment from dev."
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -270,11 +271,12 @@ export default function LandingPage() {
|
|||||||
title: "Continuous Optimization",
|
title: "Continuous Optimization",
|
||||||
description: "Real-time observability shows where you're winning. Our system continuously finds new improvements. You focus on building."
|
description: "Real-time observability shows where you're winning. Our system continuously finds new improvements. You focus on building."
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
cardDescriptionClassName="text-neutral-200/95 font-bold contrast-125"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user