8 Commits

Author SHA1 Message Date
c359769bc7 Update src/app/page.tsx 2026-03-21 09:56:24 +00:00
6f320db0e0 Merge version_4 into main
Merge version_4 into main
2026-03-21 06:35:31 +00:00
15d1ce7da5 Update src/app/page.tsx 2026-03-21 06:35:21 +00:00
20f190368b Merge version_3 into main
Merge version_3 into main
2026-03-21 06:31:11 +00:00
170c83c18c Update src/app/page.tsx 2026-03-21 06:31:07 +00:00
b32ada868e Merge version_2 into main
Merge version_2 into main
2026-03-21 04:48:25 +00:00
5366bd0e20 Update src/app/page.tsx 2026-03-21 04:48:21 +00:00
5a5321b5ae Merge version_1 into main
Merge version_1 into main
2026-03-12 18:51:20 +00:00

View File

@@ -47,8 +47,8 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now (267) 491-7716", href: "tel:(267)491-7716" },
{ text: "Get a Quote", href: "contact" }
{ text: "Book Free Cleaning Today", href: "tel:(267)491-7716" },
{ text: "Call Now (267) 491-7716", href: "tel:(267)491-7716" }
]}
buttonAnimation="slide-up"
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"
tagIcon={CheckCircle}
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}
buttons={[
{ text: "Schedule Today", href: "tel:(267)491-7716" }
@@ -136,7 +136,7 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardSixteen
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"
tagIcon={Star}
tagAnimation="slide-up"
@@ -211,4 +211,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}