4 Commits

Author SHA1 Message Date
02dcd8cb56 Merge version_4 into main
Merge version_4 into main
2026-04-15 06:04:29 +00:00
d9c44f21a8 Update src/app/page.tsx 2026-04-15 06:04:26 +00:00
1391320966 Update src/app/page.tsx 2026-04-15 06:03:39 +00:00
3aafa570fe Merge version_2 into main
Merge version_2 into main
2026-04-15 06:02:00 +00:00

View File

@@ -47,12 +47,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Spotless Homes, Stress-Free Living."
title="Professional Cleaning Services in Houston"
description="Experience premium, detail-focused cleaning in Houston. Madrid Cleaning Services delivers reliable, consistent quality that keeps your home pristine."
testimonials={[
{
name: "Sarah J.", handle: "@sarahj", testimonial: "Fantastic job! My home has never looked or smelled better.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13333.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg"},
{
name: "David M.", handle: "@davidm", testimonial: "Professional, thorough service that leaves every space spotless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg"},
@@ -105,11 +105,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Deep Cleaning", description: "A thorough, top-to-bottom clean designed to refresh your entire home.", imageSrc: "http://img.b2bpic.net/free-photo/maid-with-duster-smiling_23-2148076051.jpg", titleIconSrc: "Sparkles", buttonText: "Book Your Clean"},
title: "Deep Cleaning", description: "A thorough, top-to-bottom clean designed to refresh your entire home.", imageSrc: "http://img.b2bpic.net/free-photo/maid-with-duster-smiling_23-2148076051.jpg", titleIconSrc: "Sparkles", buttonText: "Get a Quote"},
{
title: "Move-In / Move-Out", description: "Ensure your new home is immaculate or leave your old space spotless for the next owners.", imageSrc: "http://img.b2bpic.net/free-photo/woman-mopping-floor-near-resting-man_23-2147758720.jpg", titleIconSrc: "ArrowRight", buttonText: "Book Your Clean"},
title: "Move-In / Move-Out", description: "Ensure your new home is immaculate or leave your old space spotless for the next owners.", imageSrc: "http://img.b2bpic.net/free-photo/woman-mopping-floor-near-resting-man_23-2147758720.jpg", titleIconSrc: "ArrowRight", buttonText: "Get a Quote"},
{
title: "Regular Maintenance", description: "Consistent, reliable service to keep your space spotless and your peace of mind intact.", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-449.jpg", titleIconSrc: "CheckCircle", buttonText: "Book Your Clean"},
title: "Regular Maintenance", description: "Consistent, reliable service to keep your space spotless and your peace of mind intact.", imageSrc: "http://img.b2bpic.net/free-photo/couch-with-cushions_1203-449.jpg", titleIconSrc: "CheckCircle", buttonText: "Get a Quote"},
]}
title="Premium Cleaning Services"
description="Tailored solutions for every need, delivered with precision and care."
@@ -149,7 +149,7 @@ export default function LandingPage() {
{
text: "Book Now", href: "tel:5550001234"},
{
text: "Request a Quote", href: "#"},
text: "Request a Quote", href: "/request-quote"},
]}
/>
</div>