Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af3d8f861d | |||
| 6ac1551f99 | |||
| b70afe0fc7 |
@@ -1418,4 +1418,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -125,13 +125,13 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "3-5", title: "minutes", description: "Minutes to first automated response", icon: Target
|
id: "1", value: "3-5", title: "Minutes", description: "Minutes to first automated response", icon: Target
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "15", title: "-30%", description: "Average increase in booked estimates", icon: TrendingUp
|
id: "2", value: "15-30%", title: "Increase", description: "Average increase in booked estimates", icon: TrendingUp
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", value: "48", title: "-72hrs", description: "Fast setup, simple integration", icon: Zap
|
id: "3", value: "48-72", title: "Hours", description: "Fast setup, simple integration", icon: Zap
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", value: "∞", title: "Scaling", description: "Handles unlimited leads automatically", icon: Rocket
|
id: "4", value: "∞", title: "Scaling", description: "Handles unlimited leads automatically", icon: Rocket
|
||||||
@@ -215,4 +215,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user