Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-01 03:50:51 +00:00

View File

@@ -9,6 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Zap, Flame, Droplets, Settings, AlertTriangle, Building } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,143 +30,60 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Why Us",
id: "about",
},
name: "Why Us", id: "about"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="BM Plumbing & Heating"
button={{
text: "Get a Quote",
href: "#contact",
}}
text: "Get a Quote", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Precision Plumbing & Heating Expertise"
description="Providing elite residential and commercial plumbing solutions with 25 years of excellence. Licensed, insured, and dedicated to unmatched craft."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg?_wi=1",
imageAlt: "Plumbing Excellence",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg?_wi=1",
imageAlt: "Service 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg?_wi=1",
imageAlt: "Service 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=1",
imageAlt: "Service 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg?_wi=2",
imageAlt: "Plumbing Excellence 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg?_wi=2",
imageAlt: "Service 4",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg", imageAlt: "Plumbing Excellence" },
{ imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg", imageAlt: "Service 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg", imageAlt: "Service 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", imageAlt: "Service 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg", imageAlt: "Plumbing Excellence 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg", imageAlt: "Service 4" }
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg?_wi=3",
imageAlt: "Service 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg?_wi=2",
imageAlt: "Service 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=2",
imageAlt: "Service 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg?_wi=3",
imageAlt: "Plumbing Excellence",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg?_wi=3",
imageAlt: "Service 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=3",
imageAlt: "Service 5",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg", imageAlt: "Service 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg", imageAlt: "Service 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", imageAlt: "Service 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg", imageAlt: "Plumbing Excellence" },
{ imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg", imageAlt: "Service 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", imageAlt: "Service 5" }
]}
buttons={[
{
text: "Call Now",
href: "tel:2015550100",
},
{
text: "Get a Quote",
href: "#contact",
},
{ text: "Call Now", href: "tel:2015550100" },
{ text: "Get a Quote", href: "#contact" }
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up-with-both-hands-blue-gingham-pajama-shirt-looking-pretty-front-view_176474-48623.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up-with-both-hands-blue-gingham-pajama-shirt-looking-pretty-front-view_176474-48623.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg", alt: "Client 5" }
]}
avatarText="Trusted by over 500+ local luxury homeowners"
marqueeItems={[
{
type: "text",
text: "Licensed & Insured",
},
{
type: "text",
text: "24/7 Emergency Service",
},
{
type: "text",
text: "Master Plumbers",
},
{
type: "text",
text: "Top-Rated Quality",
},
{
type: "text",
text: "Fast Turnaround",
},
{ type: "text", text: "Licensed & Insured" },
{ type: "text", text: "24/7 Emergency Service" },
{ type: "text", text: "Master Plumbers" },
{ type: "text", text: "Top-Rated Quality" },
{ type: "text", text: "Fast Turnaround" }
]}
/>
</div>
@@ -175,42 +93,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Expert Repairs",
description: "Rapid response diagnostic and precision repair for all plumbing systems.",
imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg?_wi=4",
buttonIcon: "Zap",
},
{
title: "Heating Systems",
description: "High-efficiency boiler installations and maintenance services.",
imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg?_wi=4",
buttonIcon: "Flame",
},
{
title: "Drain & Sewer",
description: "Advanced camera inspections and deep cleaning for reliable flow.",
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=4",
buttonIcon: "Droplets",
},
{
title: "Installations",
description: "Custom fixture fitting with meticulous attention to detail.",
imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg?_wi=5",
buttonIcon: "Settings",
},
{
title: "Emergency Support",
description: "Available 24/7 for urgent plumbing and heating crisis resolution.",
imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg?_wi=5",
buttonIcon: "AlertTriangle",
},
{
title: "Commercial Projects",
description: "Scaling elite standards to large-scale business operations.",
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=5",
buttonIcon: "Building",
},
{ title: "Expert Repairs", description: "Rapid response diagnostic and precision repair for all plumbing systems.", imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg", buttonIcon: Zap },
{ title: "Heating Systems", description: "High-efficiency boiler installations and maintenance services.", imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg", buttonIcon: Flame },
{ title: "Drain & Sewer", description: "Advanced camera inspections and deep cleaning for reliable flow.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", buttonIcon: Droplets },
{ title: "Installations", description: "Custom fixture fitting with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/set-new-shiny-wrenches-wall-special-pockets-workshop_613910-17112.jpg", buttonIcon: Settings },
{ title: "Emergency Support", description: "Available 24/7 for urgent plumbing and heating crisis resolution.", imageSrc: "http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg", buttonIcon: AlertTriangle },
{ title: "Commercial Projects", description: "Scaling elite standards to large-scale business operations.", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", buttonIcon: Building }
]}
title="Elite Professional Services"
description="Comprehensive plumbing and heating solutions tailored for luxury residential and commercial properties."
@@ -222,10 +110,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Legacy of Trust & Excellence"
buttons={[
{
text: "Schedule Service",
href: "#contact",
},
{ text: "Schedule Service", href: "#contact" }
]}
/>
</div>
@@ -237,26 +122,11 @@ export default function LandingPage() {
rating={5}
author="Sarah M., Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg",
alt: "Sarah M.",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up-with-both-hands-blue-gingham-pajama-shirt-looking-pretty-front-view_176474-48623.jpg",
alt: "John D.",
},
{
src: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg",
alt: "Mike P.",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg",
alt: "Anna K.",
},
{
src: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg",
alt: "James L.",
},
{ src: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", alt: "Sarah M." },
{ src: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up-with-both-hands-blue-gingham-pajama-shirt-looking-pretty-front-view_176474-48623.jpg", alt: "John D." },
{ src: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg", alt: "Mike P." },
{ src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", alt: "Anna K." },
{ src: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131724.jpg", alt: "James L." }
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -266,9 +136,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "downward-rays-static",
}}
background={{ variant: "downward-rays-static" }}
tag="Let's Get Started"
title="Professional Consultations"
description="Ready to discuss your plumbing needs? Contact BM Plumbing & Heating for elite, licensed service today."
@@ -281,35 +149,18 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "Services",
href: "#services",
},
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
title: "Company", items: [
{ label: "Services", href: "#services" },
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
logoText="BM Plumbing & Heating"
copyrightText="© 2025 BM Plumbing & Heating INC."