Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c359769bc7 | |||
| 6f320db0e0 | |||
| 15d1ce7da5 | |||
| 20f190368b | |||
| 170c83c18c | |||
| b32ada868e |
@@ -47,8 +47,8 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now (267) 491-7716", href: "tel:(267)491-7716" },
|
{ text: "Book Free Cleaning Today", href: "tel:(267)491-7716" },
|
||||||
{ text: "Get a Quote", href: "contact" }
|
{ text: "Call Now (267) 491-7716", href: "tel:(267)491-7716" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407630.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407630.jpg"
|
||||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
|||||||
tag="Why Choose XpressMaids"
|
tag="Why Choose XpressMaids"
|
||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Cleaning You Can Trust. Detail-Oriented. Friendly. Reliable."
|
title="Cleaning You Can Trust. Detail-Oriented. Friendly. Reliable. Licensed & Insured."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Today", href: "tel:(267)491-7716" }
|
{ text: "Schedule Today", href: "tel:(267)491-7716" }
|
||||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
|||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
description="Hear directly from homeowners and businesses who trust XpressMaids with their cleaning needs."
|
description="Join 500+ satisfied customers in Feasterville-Trevose who've trusted us to keep their homes and offices spotless—average rating 5 stars."
|
||||||
tag="Customer Reviews"
|
tag="Customer Reviews"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -168,8 +168,8 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your phone number"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Get Free Quote"
|
buttonText="Request Quote"
|
||||||
termsText="Call (267) 491-7716 for immediate service or fill out the form to get a free quote."
|
termsText="Call (267) 491-7716 for immediate service or fill out the form to get a free quote."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -211,4 +211,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user