Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-05 20:55:45 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Brown Plumbing & Heating"
/>
@@ -53,31 +45,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Your Trusted Plumbing & Heating Experts in Butte"
description="Professional solutions for all your home plumbing and heating needs. Committed to quality service and local expertise you can count on."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg?_wi=1",
imageAlt: "Professional plumber at work",
},
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg?_wi=1", imageAlt: "Professional plumber at work"},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=1",
imageAlt: "Plumbing tools and equipment",
},
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=1", imageAlt: "Plumbing tools and equipment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg?_wi=1",
imageAlt: "Modern pipe repair plumber",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg?_wi=2",
imageAlt: "Quality heating system maintenance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=2",
imageAlt: "Expert plumbing diagnostic services",
},
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg?_wi=1", imageAlt: "Modern pipe repair plumber"},
]}
mediaAnimation="blur-reveal"
/>
@@ -90,17 +67,11 @@ export default function LandingPage() {
description="At Brown Plumbing & Heating, we specialize in providing high-quality installation, repair, and maintenance for your plumbing and heating systems. We are dedicated to the Butte community."
metrics={[
{
value: "20+",
title: "Years Experience",
},
value: "20+", title: "Years Experience"},
{
value: "100%",
title: "Customer Focus",
},
value: "100%", title: "Customer Focus"},
{
value: "24/7",
title: "Reliable Service",
},
value: "24/7", title: "Reliable Service"},
]}
imageSrc="http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515882.jpg"
mediaAnimation="slide-up"
@@ -117,19 +88,13 @@ export default function LandingPage() {
features={[
{
icon: Wrench,
title: "Plumbing Repairs",
description: "Fixing leaks, clogs, and water systems.",
},
title: "Plumbing Repairs", description: "Fixing leaks, clogs, and water systems."},
{
icon: Flame,
title: "Heating Installation",
description: "Professional boiler and furnace setups.",
},
title: "Heating Installation", description: "Professional boiler and furnace setups."},
{
icon: Droplets,
title: "Pipe Maintenance",
description: "Preventative care for lasting results.",
},
title: "Pipe Maintenance", description: "Preventative care for lasting results."},
]}
title="Comprehensive Services"
description="We offer a full range of professional services to keep your home comfortable and running smoothly."
@@ -144,20 +109,11 @@ export default function LandingPage() {
description="Answers to frequently asked questions about our plumbing and heating services."
faqs={[
{
id: "q1",
title: "Do you offer emergency services?",
content: "Yes, we provide 24/7 emergency support for urgent plumbing and heating issues.",
},
id: "q1", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency support for urgent plumbing and heating issues."},
{
id: "q2",
title: "What areas do you serve?",
content: "We proudly serve the entire Butte area and surrounding communities.",
},
id: "q2", title: "What areas do you serve?", content: "We proudly serve the entire Butte area and surrounding communities."},
{
id: "q3",
title: "Are your technicians licensed?",
content: "All our team members are fully licensed, bonded, and insured professionals.",
},
id: "q3", title: "Are your technicians licensed?", content: "All our team members are fully licensed, bonded, and insured professionals."},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg?_wi=2"
imageAlt="Technician checking heating system"
@@ -173,22 +129,14 @@ export default function LandingPage() {
description="Contact us today for a service quote or to schedule an appointment. We're here to help."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your needs",
rows: 4,
name: "message", placeholder: "Tell us about your needs", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg"
@@ -200,16 +148,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Brown Plumbing & Heating"
leftLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}