Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 077de8df92 | |||
| 27a798f3c8 | |||
| b164a9a3bc |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Systems", id: "#products" },
|
{ name: "Systems", id: "#products" },
|
||||||
{ name: "Reviews", id: "#testimonials" },
|
{ name: "Reviews", id: "#testimonials" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Request Estimate", href: "#contact" }}
|
button={{ text: "Call +12486813089", href: "tel:+12486813089" }}
|
||||||
brandName="Allens Service"
|
brandName="Allens Service"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -126,7 +126,9 @@ export default function LandingPage() {
|
|||||||
showRating={true}
|
showRating={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "t1", name: "Alexander Thorne", handle: "Luxury Real Estate Developer", testimonial: "Their technical precision is simply unmatched. True perfectionists.", rating: 5 },
|
{ id: "t1", name: "Alexander Thorne", handle: "Luxury Real Estate Developer", testimonial: "Their technical precision is simply unmatched. True perfectionists.", rating: 5 },
|
||||||
{ id: "t2", name: "Eleanor Vance", handle: "Homeowner", testimonial: "Allens Service transformed our climate comfort. Absolutely invisible and perfectly efficient.", rating: 5 }
|
{ id: "t2", name: "Eleanor Vance", handle: "Homeowner", testimonial: "Allens Service transformed our climate comfort. Absolutely invisible and perfectly efficient.", rating: 5 },
|
||||||
|
{ id: "t3", name: "Patt Hann", handle: "Client", testimonial: "The responsiveness is incredible. They clearly prioritize high standards of care.", rating: 5 },
|
||||||
|
{ id: "t4", name: "Kailah Schumacher", handle: "Client", testimonial: "Truly remarkable service that understands the nuances of luxury home systems.", rating: 5 }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -149,7 +151,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Begin Your Consultation"
|
title="Begin Your Consultation"
|
||||||
description="Request a private consultation to discuss the needs of your estate."
|
description="Request a private consultation to discuss the needs of your estate. Or call us directly at +12486813089."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||||
|
|||||||
Reference in New Issue
Block a user