Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-12 19:23:40 +00:00

View File

@@ -42,9 +42,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="More qualified leads. Booked jobs. Every month"
title="Stop Chasing Leads. Start Filling Your Schedule"
description="Proven lead generation websites built specifically for contractors who've outgrown word-of-mouth. Get consistent, pre-qualified inquiries without the marketing headache."
tag="For Established Contractors"
tag="Predictable lead flow in 30 days"
tagIcon={Zap}
tagAnimation="slide-up"
buttons={[
@@ -110,10 +110,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "1", icon: PhoneIncoming, title: "Qualified Leads/Month vs. 03 with word-of-mouth", value: "1540" },
{ id: "2", icon: Briefcase, title: "Jobs Booked/Month vs. 12 via referrals", value: "412" },
{ 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: "$38K" }
{ id: "1", icon: PhoneIncoming, title: "Qualified Leads/Month", value: "1540" },
{ id: "2", icon: Briefcase, title: "Jobs Booked/Month", value: "412" },
{ id: "3", icon: Clock, title: "Lead Response Time", value: "< 2 hrs" },
{ id: "4", icon: DollarSign, title: "Avg Job Value", value: "$38K" }
]}
animationType="slide-up"
carouselMode="buttons"