Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 05:00:39 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Team",
id: "team",
},
name: "Team", id: "team"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="J&A Plumbing"
/>
@@ -52,51 +44,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
title="Bay Area's Most Trusted Plumbers"
description="Licensed and insured plumbing experts since 2008. From emergency leaks to sewer lateral replacements, we get the job done right, first time."
buttons={[
{
text: "Call (415) 493-6830",
href: "tel:4154936830",
},
text: "Call (415) 493-6830", href: "tel:4154936830"},
{
text: "View Services",
href: "#services",
},
text: "View Services", href: "#services"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1",
imageAlt: "Plumbing service team at work",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", imageAlt: "Plumbing service team at work"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg?_wi=1",
imageAlt: "Professional plumbing tools",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg", imageAlt: "Professional plumbing tools"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-caucasian-delivery-man-blue-uniform-cap-talking-phone-writing-clipboard-with-pen-isolated-white-wall-with-copy-space_141793-113012.jpg?_wi=1",
imageAlt: "Expert plumbing consultation",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/confused-young-caucasian-delivery-man-blue-uniform-cap-talking-phone-writing-clipboard-with-pen-isolated-white-wall-with-copy-space_141793-113012.jpg", imageAlt: "Expert plumbing consultation"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1",
imageAlt: "Pipe replacement services",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Pipe replacement services"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg",
imageAlt: "Emergency plumbing repair",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "Emergency plumbing repair"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg",
imageAlt: "Water heater maintenance",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51929.jpg", imageAlt: "Water heater maintenance"},
]}
/>
</div>
@@ -108,38 +77,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Sewer & Rooter",
descriptions: [
"Full sewer lateral replacements",
"Trenchless repair methods",
"Inspection guaranteed",
],
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2",
imageAlt: "professional plumber at work",
},
id: "1", title: "Sewer & Rooter", descriptions: [
"Full sewer lateral replacements", "Trenchless repair methods", "Inspection guaranteed"],
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", imageAlt: "professional plumber at work"},
{
id: "2",
title: "Drain Cleaning",
descriptions: [
"High-pressure hydro-jetting",
"Stubborn clog removal",
"Fast-action service",
],
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg?_wi=2",
imageAlt: "plumbing repair tools close up",
},
id: "2", title: "Drain Cleaning", descriptions: [
"High-pressure hydro-jetting", "Stubborn clog removal", "Fast-action service"],
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-wrench-desk_23-2148557960.jpg", imageAlt: "plumbing repair tools close up"},
{
id: "3",
title: "Emergency Repair",
descriptions: [
"24/7 service available",
"Burst pipe resolution",
"Flooding protection",
],
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-caucasian-delivery-man-blue-uniform-cap-talking-phone-writing-clipboard-with-pen-isolated-white-wall-with-copy-space_141793-113012.jpg?_wi=2",
imageAlt: "plumber looking at clipboard",
},
id: "3", title: "Emergency Repair", descriptions: [
"24/7 service available", "Burst pipe resolution", "Flooding protection"],
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-caucasian-delivery-man-blue-uniform-cap-talking-phone-writing-clipboard-with-pen-isolated-white-wall-with-copy-space_141793-113012.jpg", imageAlt: "plumber looking at clipboard"},
]}
title="Our Plumbing Services"
description="Comprehensive residential and commercial plumbing solutions provided by our experienced, local technicians."
@@ -153,24 +101,12 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "leadership",
groupTitle: "Leadership",
members: [
id: "leadership", groupTitle: "Leadership", members: [
{
id: "m1",
title: "Jose",
subtitle: "Founder",
detail: "Leading the team with 15+ years of experience in Bay Area plumbing.",
},
id: "m1", title: "Jose", subtitle: "Founder", detail: "Leading the team with 15+ years of experience in Bay Area plumbing."},
{
id: "m2",
title: "Roger",
subtitle: "Lead Technician",
detail: "Known for meticulous problem solving and high customer satisfaction.",
},
id: "m2", title: "Roger", subtitle: "Lead Technician", detail: "Known for meticulous problem solving and high customer satisfaction."},
],
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=2",
imageAlt: "plumbing pipe replacement work",
},
]}
title="Meet The Experts"
@@ -185,40 +121,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Charlie M.",
role: "Homeowner",
testimonial: "Job well done on our sewer lateral replacement.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-showing-thumbs-up_1262-5331.jpg",
},
id: "1", name: "Charlie M.", role: "Homeowner", testimonial: "Job well done on our sewer lateral replacement.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-showing-thumbs-up_1262-5331.jpg"},
{
id: "2",
name: "David P.",
role: "Homeowner",
testimonial: "Arrived on time and installed our kitchen faucet perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15162.jpg",
},
id: "2", name: "David P.", role: "Homeowner", testimonial: "Arrived on time and installed our kitchen faucet perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15162.jpg"},
{
id: "3",
name: "Cynthia L.",
role: "Homeowner",
testimonial: "Fixed my plumbing leak when other companies couldn't.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg",
},
id: "3", name: "Cynthia L.", role: "Homeowner", testimonial: "Fixed my plumbing leak when other companies couldn't.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg"},
{
id: "4",
name: "Sarah K.",
role: "Homeowner",
testimonial: "Excellent service and very knowledgeable crew.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-financial-advisor-feeling-satisfied-after-meeting-with-couple-their-home_637285-3811.jpg",
},
id: "4", name: "Sarah K.", role: "Homeowner", testimonial: "Excellent service and very knowledgeable crew.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-financial-advisor-feeling-satisfied-after-meeting-with-couple-their-home_637285-3811.jpg"},
{
id: "5",
name: "James W.",
role: "Homeowner",
testimonial: "Professional, fast, and left the workspace clean.",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg",
},
id: "5", name: "James W.", role: "Homeowner", testimonial: "Professional, fast, and left the workspace clean.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg"},
]}
title="Customer Stories"
description="Rated 4.8 stars by 260+ neighbors across the Bay Area."
@@ -229,14 +140,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
text="Call us for a free estimate or 24/7 emergency service."
buttons={[
{
text: "Call (415) 493-6830",
href: "tel:4154936830",
},
text: "Call (415) 493-6830", href: "tel:4154936830"},
]}
/>
</div>
@@ -246,25 +154,17 @@ export default function LandingPage() {
logoText="J&A Plumbing"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Drain Cleaning",
href: "#",
},
label: "Drain Cleaning", href: "#"},
{
label: "Emergency Repair",
href: "#",
},
label: "Emergency Repair", href: "#"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "(415) 493-6830",
href: "tel:4154936830",
},
label: "(415) 493-6830", href: "tel:4154936830"},
],
},
]}