From 63020610bb226505d6c8ef8704cac3c67e836f90 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 04:36:32 +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 9f59b7c..68242b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { value: "Pro", label: "Grade Equipment" }, ]} enableKpiAnimation={true} - buttons={[{ text: "Get a Free Quote", href: "#contact" }]} + buttons={[{ text: "Get a Free Quote", href: "https://clienthub.getjobber.com/booking/a056ff73-bcd3-46d9-aac2-78ceaf680385/" }]} imageSrc="http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530805.jpg" mediaAnimation="blur-reveal" /> @@ -57,7 +57,7 @@ export default function LandingPage() { @@ -102,7 +102,7 @@ export default function LandingPage() { tag="Contact Us" title="Get Your Free Quote Today" description="Don't wait until stains set deeper. Restore your carpets and home today." - buttons={[{ text: "Call or Text Us", href: "tel:5550123456" }]} + buttons={[{ text: "Book Now", href: "https://clienthub.getjobber.com/booking/a056ff73-bcd3-46d9-aac2-78ceaf680385/" }]} /> @@ -111,7 +111,7 @@ export default function LandingPage() { columns={[ { title: "Company", items: [{ label: "Home", href: "/" }, { label: "Services", href: "#services" }] }, { title: "Service Area", items: [{ label: "Justin, TX", href: "#" }, { label: "Fort Worth, TX", href: "#" }, { label: "Haslet, TX", href: "#" }] }, - { title: "Contact", items: [{ label: "Call Us", href: "tel:5550123456" }, { label: "Privacy Policy", href: "#" }] }, + { title: "Contact", items: [{ label: "Book Online", href: "https://clienthub.getjobber.com/booking/a056ff73-bcd3-46d9-aac2-78ceaf680385/" }, { label: "Privacy Policy", href: "#" }] }, ]} copyrightText="© 2024 Boyd Carpet Cleaning Services LLC" /> @@ -119,4 +119,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1