Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 63020610bb | |||
| 184fdc2d86 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user