From 6ac1551f99363ba87674134af3215ac42475ae71 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:13:39 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 39210ca..b58f7fd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From af3d8f861d8eea0f90aea7544601de3b8bb402cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:13:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 657e891..e4dd947 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,13 +125,13 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" 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 @@ -215,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1