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