diff --git a/src/app/page.tsx b/src/app/page.tsx index 549a635..63e812f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,8 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { CheckCircle, ShieldCheck, TrendingUp, UserCheck, Map, Zap, Database } from "lucide-react"; export default function LandingPage() { + const typeformUrl = "https://form.typeform.com/to/aqwQs9nL"; + return ( @@ -55,7 +57,7 @@ export default function LandingPage() { avatarText="Trusted by 500+ growing contracting businesses " buttons={[ { text: "See Results", href: "#metrics" }, - { text: "Start Today", href: "#contact" }, + { text: "Start Today", href: typeformUrl }, ]} buttonClassName="text-white" buttonTextClassName="text-white" @@ -145,7 +147,7 @@ Our system is built to generate consistent inbound leads for service businesses tag="Get Started" title="Ready to Scale Your Sales?" description="Let's discuss your revenue targets and how we can help you hit them. No sales fluff, just results." - buttons={[{ text: "Schedule Consultation", href: "#" }]} + buttons={[{ text: "Schedule Consultation", href: typeformUrl }]} buttonClassName="text-white" buttonTextClassName="text-white" /> @@ -161,4 +163,4 @@ Our system is built to generate consistent inbound leads for service businesses ); -} \ No newline at end of file +}