Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a9cd2d195 | |||
| 7edd7f06af | |||
| 392301141e |
@@ -111,12 +111,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", title: "Projects Delivered", value: "150+", icon: CheckCircle },
|
{ id: "m1", title: "Enterprise ROI Achieved", value: "3.5x", icon: CheckCircle },
|
||||||
{ id: "m2", title: "Deployment Success", value: "99.9%", icon: Shield },
|
{ id: "m2", title: "SLA Uptime Delivered", value: "99.99%", icon: Shield },
|
||||||
{ id: "m3", title: "Average Speed Gain", value: "40%", icon: Zap },
|
{ id: "m3", title: "Operational Cost Reduction", value: "25%", icon: Zap },
|
||||||
]}
|
]}
|
||||||
title="Proven Impact"
|
title="Proven Impact"
|
||||||
description="Data-driven results for our partners."
|
description="Enterprise-grade outcome metrics for our partners."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -197,4 +197,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user