Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-17 15:53:36 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
{
name: "Services",
id: "#features",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#home" },
{ name: "Services", id: "#features" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Miami Plumbers"
/>
@@ -54,39 +42,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Emergency Plumbing Licensed Pros SameDay Service"
description="Miami's trusted plumbers for 24/7 emergencies, repairs, and installations. Transparent pricing. No hidden fees."
tag="Reliable & Licensed"
buttons={[
{
text: "Schedule Service Now",
href: "#contact",
},
]}
buttons={[{ text: "Schedule Service Now", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/shouting-aggressively-looking-very-angry_1194-404972.jpg?_wi=1",
imageAlt: "Professional plumber working home",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg?_wi=1",
imageAlt: "Plumber fixing kitchen sink",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fireman-holding-jacket-protective-helmet-garage-fire-department-leaning-fire-engine-looking-outside_613910-20419.jpg",
imageAlt: "Fireman holding a jacket and protective helmet in a garage of a fire department",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-leaning-car-holding-wrench_23-2148327526.jpg",
imageAlt: "Male employee leaning on car and holding wrench",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14036.jpg",
imageAlt: "Auto mechanic checking car",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/shouting-aggressively-looking-very-angry_1194-404972.jpg", imageAlt: "Professional plumber working home" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg", imageAlt: "Plumber fixing kitchen sink" }
]}
mediaAnimation="blur-reveal"
rating={5}
@@ -98,12 +61,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Your Trusted Plumbing Partners in Miami"
buttons={[
{
text: "Learn About Our Credentials",
href: "#contact",
},
]}
buttons={[{ text: "Learn About Our Credentials", href: "#contact" }]}
/>
</div>
@@ -114,40 +72,19 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "24/7 Emergency Repairs",
description: "Rapid response for urgent leaks and bursts, any time of day.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg",
imageAlt: "Professional plumber working home",
},
title: "24/7 Emergency Repairs", description: "Rapid response for urgent leaks and bursts, any time of day.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg", imageAlt: "Professional plumber working home" },
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/shouting-aggressively-looking-very-angry_1194-404972.jpg?_wi=2",
imageAlt: "professional plumber working home",
reverse: false
},
{
title: "Modern Installations",
description: "Expert pipe, toilet, and faucet installation services.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/begging-tired-electricians-want-have-rest-ask-boss_273609-8787.jpg",
imageAlt: "Plumber fixing kitchen sink",
},
title: "Modern Installations", description: "Expert pipe, toilet, and faucet installation services.", media: { imageSrc: "http://img.b2bpic.net/free-photo/begging-tired-electricians-want-have-rest-ask-boss_273609-8787.jpg", imageAlt: "Plumber fixing kitchen sink" },
items: [],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg?_wi=2",
imageAlt: "professional plumber working home",
reverse: true
},
{
title: "Routine Maintenance",
description: "Preventative care to ensure your systems remain problem-free.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10806.jpg",
imageAlt: "Miami plumbing service team",
},
title: "Routine Maintenance", description: "Preventative care to ensure your systems remain problem-free.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10806.jpg", imageAlt: "Miami plumbing service team" },
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg?_wi=1",
imageAlt: "professional plumber working home",
reverse: false
},
]}
title="Comprehensive Plumbing Expertise"
@@ -162,21 +99,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "15+",
description: "Years of Excellence",
},
{
id: "m2",
value: "24/7",
description: "Emergency Support",
},
{
id: "m3",
value: "100%",
description: "Service Satisfaction",
},
{ id: "m1", value: "15+", description: "Years of Excellence" },
{ id: "m2", value: "24/7", description: "Emergency Support" },
{ id: "m3", value: "100%", description: "Service Satisfaction" },
]}
title="Results You Can Trust"
description="Proven experience serving the Miami community."
@@ -187,47 +112,28 @@ export default function LandingPage() {
<TestimonialCardThirteen
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "The best plumbers in Miami. Fast, honest, and reliable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg?_wi=2",
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best plumbers in Miami. Fast, honest, and reliable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg"
},
{
id: "2",
name: "Michael B.",
handle: "@mikeb",
testimonial: "Came out late at night to fix a major leak. True pros.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-drinking-coffee-smiling-house-white-shirt-daytime_176474-4942.jpg",
id: "2", name: "Michael B.", handle: "@mikeb", testimonial: "Came out late at night to fix a major leak. True pros.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-drinking-coffee-smiling-house-white-shirt-daytime_176474-4942.jpg"
},
{
id: "3",
name: "Elena C.",
handle: "@elenc",
testimonial: "Excellent workmanship on my new kitchen renovation.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-holding-cleaning-agent-isolated-blue-wall_141793-121456.jpg",
id: "3", name: "Elena C.", handle: "@elenc", testimonial: "Excellent workmanship on my new kitchen renovation.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-guy-wearing-uniform-cap-holding-cleaning-agent-isolated-blue-wall_141793-121456.jpg"
},
{
id: "4",
name: "David L.",
handle: "@davidl",
testimonial: "Very transparent pricing, no surprises. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-straight-posing-camera-striped-shirt-looking-happy-front-view_176474-52642.jpg",
id: "4", name: "David L.", handle: "@davidl", testimonial: "Very transparent pricing, no surprises. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-standing-straight-posing-camera-striped-shirt-looking-happy-front-view_176474-52642.jpg"
},
{
id: "5",
name: "Ana P.",
handle: "@anap",
testimonial: "Reliable and responsive. My go-to plumber in Miami.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660771.jpg",
},
id: "5", name: "Ana P.", handle: "@anap", testimonial: "Reliable and responsive. My go-to plumber in Miami.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660771.jpg"
}
]}
showRating={true}
title="Client Success Stories"
@@ -240,14 +146,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Licensed Plumbing Association",
"BBB Accredited",
"Miami Chamber Member",
"Local Trade Partner",
"Top Service Award",
"Eco-Friendly Initiative",
"Miami Top Plumber Award",
]}
"Licensed Plumbing Association", "BBB Accredited", "Miami Chamber Member", "Local Trade Partner", "Top Service Award", "Eco-Friendly Initiative", "Miami Top Plumber Award"]}
title="Trusted & Certified"
description="Recognized by industry leaders and regulatory bodies."
/>
@@ -258,34 +157,21 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Are you licensed?",
content: "Yes, our team is fully licensed and insured for all plumbing services.",
},
{
id: "q2",
title: "Do you offer emergency service?",
content: "Absolutely. We are available 24/7 for all plumbing emergencies.",
},
{
id: "q3",
title: "What areas do you serve?",
content: "We cover the entire Miami metro area and surrounding communities.",
},
{ id: "q1", title: "Are you licensed?", content: "Yes, our team is fully licensed and insured for all plumbing services." },
{ id: "q2", title: "Do you offer emergency service?", content: "Absolutely. We are available 24/7 for all plumbing emergencies." },
{ id: "q3", title: "What areas do you serve?", content: "We cover the entire Miami metro area and surrounding communities." },
]}
title="Frequently Asked Questions"
description="Everything you need to know about our plumbing services."
faqsAnimation="blur-reveal"
textboxLayout="default"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Book Now"
title="Schedule Your Plumbing Service"
description="Ready to get started? Contact us today to secure your booking."