From b96a7c5e236ed3e169d89c564e1b1a96849188dc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:22:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a4f0a4..fef6af8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,10 +110,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "1", icon: PhoneIncoming, title: "Qualified Leads/Month", value: "15–40" }, - { id: "2", icon: Briefcase, title: "Jobs Booked/Month", value: "4–12" }, - { id: "3", icon: Clock, title: "Lead Response Time", value: "< 2 hrs" }, - { id: "4", icon: DollarSign, title: "Avg Job Value", value: "$3–8K" } + { id: "1", icon: PhoneIncoming, title: "Qualified Leads/Month vs. 0–3 with word-of-mouth", value: "15–40" }, + { id: "2", icon: Briefcase, title: "Jobs Booked/Month vs. 1–2 via referrals", value: "4–12" }, + { id: "3", icon: Clock, title: "Lead Response Time vs. days with traditional methods", value: "< 2 hrs" }, + { id: "4", icon: DollarSign, title: "Avg Job Value vs. inconsistent unpredictable revenue", value: "$3–8K" } ]} animationType="slide-up" carouselMode="buttons" @@ -270,4 +270,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1