Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-11 21:46:21 +00:00

View File

@@ -28,43 +28,24 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" },
]}
brandName="JC Sewer & Drain"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
logoText="IF WATER, GAS, OR SEWER RUNS THROUGH IT WE DO IT"
description="With over 45 years of plumbing experience, JC Sewer & Drain Plumbing offers reliable, professional, and affordable full-service plumbing services in Stockton, CA."
buttons={[
{
text: "Book Services",
href: "#contact",
},
{
text: "Call (209) 403-9023",
href: "tel:2094039023",
},
{ text: "Book Services", href: "#contact" },
{ text: "Call (209) 403-9023", href: "tel:2094039023" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg"
@@ -80,18 +61,9 @@ export default function LandingPage() {
title="45 Years of Plumbing Excellence"
description="JC Sewer & Drain Plumbing has been proudly serving the Stockton community for over four decades. We are fully licensed, bonded, and insured, committed to providing top-quality repairs and installations for homeowners."
bulletPoints={[
{
title: "45+ Years Experience",
description: "Decades of trusted local service.",
},
{
title: "Fully Licensed",
description: "Lic# 845004 for your peace of mind.",
},
{
title: "Same Day Availability",
description: "Fast response for your plumbing emergencies.",
},
{ title: "45+ Years Experience", description: "Decades of trusted local service." },
{ title: "Fully Licensed", description: "Lic# 845004 for your peace of mind." },
{ title: "Same Day Availability", description: "Fast response for your plumbing emergencies." },
]}
imageSrc="http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376970.jpg"
imageAlt="Our experienced plumbing team"
@@ -105,20 +77,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
items: [
"No Hidden Fees",
"No Messy Sites",
"No Delay Tactics",
"No Unprofessional Work",
],
items: ["No Hidden Fees", "No Messy Sites", "No Delay Tactics", "No Unprofessional Work"],
}}
positiveCard={{
items: [
"Emergency Repairs",
"Sewer Line Cleaning",
"Drain Unclogging",
"Water Heater Installation",
],
items: ["Emergency Repairs", "Sewer Line Cleaning", "Drain Unclogging", "Water Heater Installation"],
}}
title="Comprehensive Plumbing Solutions"
description="Whether it's a minor leak, a major sewer line issue, or water heater repair, we cover everything that runs through your pipes."
@@ -131,41 +93,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Homeowner",
testimonial: "Excellent service! They fixed my sewer line quickly and professionally.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-female-model-sitting-couch-with-smartphone-looking-happy-camera-scrolling_1258-201947.jpg",
},
{
id: "2",
name: "Michael Chen",
role: "Homeowner",
testimonial: "Very prompt and thorough. Will definitely call them again.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg",
},
{
id: "3",
name: "Emily Rodriguez",
role: "Customer",
testimonial: "Professional, reliable, and fair pricing. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746290.jpg",
},
{
id: "4",
name: "David Kim",
role: "Homeowner",
testimonial: "Best plumbing team in Stockton. Fixed my heater in record time!",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-asian-glasses-male-architect-smile-confident-proud-present-new-project-house-model-happiness-asian-working-with-mass-model-study-house-design-project_609648-1218.jpg",
},
{
id: "5",
name: "Lisa Wang",
role: "Homeowner",
testimonial: "Knowledgeable and friendly service. Cleaned everything up perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg",
},
{ id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Excellent service! They fixed my sewer line quickly and professionally.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-female-model-sitting-couch-with-smartphone-looking-happy-camera-scrolling_1258-201947.jpg" },
{ id: "2", name: "Michael Chen", role: "Homeowner", testimonial: "Very prompt and thorough. Will definitely call them again.", imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Customer", testimonial: "Professional, reliable, and fair pricing. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746290.jpg" },
{ id: "4", name: "David Kim", role: "Homeowner", testimonial: "Best plumbing team in Stockton. Fixed my heater in record time!", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-asian-glasses-male-architect-smile-confident-proud-present-new-project-house-model-happiness-asian-working-with-mass-model-study-house-design-project_609648-1218.jpg" },
{ id: "5", name: "Lisa Wang", role: "Homeowner", testimonial: "Knowledgeable and friendly service. Cleaned everything up perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-does-checkup-client-car_482257-76119.jpg" },
]}
title="Trusted by Stockton Homeowners"
description="With a 5.0 rating across hundreds of reviews, our commitment to quality is evident in our work."
@@ -175,19 +107,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Ready to get your plumbing fixed? Our team is standing by to help. Call us at (209) 403-9023 or book your service visit today."
buttons={[
{
text: "Call Now",
href: "tel:2094039023",
},
{
text: "Get Directions",
href: "https://maps.google.com/?q=7811+Amber+Way,Stockton,CA+95207",
},
{ text: "Call Now", href: "tel:2094039023" },
{ text: "Get Directions", href: "https://maps.google.com/?q=7811+Amber+Way,Stockton,CA+95207" },
]}
/>
</div>
@@ -196,33 +120,16 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Services",
href: "#services",
},
{
label: "Contact",
href: "#contact",
},
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "License #845004",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "License #845004", href: "#" },
],
},
]}