3 Commits

Author SHA1 Message Date
e8eb2b553c Merge version_2 into main
Merge version_2 into main
2026-03-27 04:36:35 +00:00
63020610bb Update src/app/page.tsx 2026-03-27 04:36:32 +00:00
184fdc2d86 Merge version_1 into main
Merge version_1 into main
2026-03-27 04:29:24 +00:00

View File

@@ -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() {
<TextAbout
useInvertedBackground={false}
title="Why Homeowners Choose Us"
buttons={[{ text: "Contact Now", href: "#contact" }]}
buttons={[{ text: "Contact Now", href: "https://clienthub.getjobber.com/booking/a056ff73-bcd3-46d9-aac2-78ceaf680385/" }]}
/>
</div>
@@ -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/" }]}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}