Merge version_2 into main #4
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<div id="hero" data-section="hero" style={{ position: 'relative', zIndex: 1 }}>
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Plumbing with Power, Precision, and Professionalism"
|
||||
description="At All Dade Plumbing, we've been serving Miami with expert plumbing solutions for over 10 years. From fixing leaks to full system installations, our team of licensed pros does it all—on time, on budget, and with a smile."
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<div id="about" data-section="about" style={{ position: 'relative', zIndex: 2 }}>
|
||||
<MetricSplitMediaAbout
|
||||
title="Your Trusted Miami Plumbing Partner"
|
||||
description="All Dade Plumbing Inc. has been a trusted name in Miami for over a decade. We handle everything from routine plumbing repairs to complex installations, ensuring your home or business stays running smoothly. With a 4.5-star rating from 87 customers, we take pride in our work and always deliver superior service."
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<div id="features" data-section="features" style={{ position: 'relative', zIndex: 2 }}>
|
||||
<FeatureBento
|
||||
title="Why Choose All Dade Plumbing"
|
||||
description="We combine expert knowledge, affordable rates, and reliable service to deliver plumbing excellence every single time."
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<div id="services" data-section="services" style={{ position: 'relative', zIndex: 2 }}>
|
||||
<ProductCardOne
|
||||
title="Our Services"
|
||||
description="From residential repairs to 24/7 emergency plumbing, we have comprehensive solutions for all your plumbing needs."
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<div id="testimonials" data-section="testimonials" style={{ position: 'relative', zIndex: 2 }}>
|
||||
<TestimonialCardOne
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from satisfied homeowners and businesses across Miami-Dade County."
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<div id="social-proof" data-section="social-proof" style={{ position: 'relative', zIndex: 2 }}>
|
||||
<SocialProofOne
|
||||
title="Trusted by Hundreds of Miami Businesses & Homeowners"
|
||||
description="From small residential repairs to large commercial installations, we're the plumbing partner businesses trust."
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div id="contact" data-section="contact" style={{ position: 'relative', zIndex: 2 }}>
|
||||
<ContactSplitForm
|
||||
title="Get Your Free Quote Today"
|
||||
description="Don't wait until it's too late. Let All Dade Plumbing take care of your plumbing needs with confidence. Reach out now and get a fast, affordable, and professional solution."
|
||||
@@ -202,7 +202,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<div id="footer" data-section="footer" style={{ position: 'relative', zIndex: 2 }}>
|
||||
<FooterMedia
|
||||
videoSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg"
|
||||
videoAriaLabel="All Dade Plumbing Professional Team"
|
||||
|
||||
Reference in New Issue
Block a user