5 Commits

Author SHA1 Message Date
152aea743a Merge version_4 into main
Merge version_4 into main
2026-05-09 21:42:57 +00:00
f10cd4405e Update src/app/page.tsx 2026-05-09 21:42:51 +00:00
b0d65aaf18 Update src/app/page.tsx 2026-05-09 21:36:53 +00:00
b501fece09 Merge version_2 into main
Merge version_2 into main
2026-05-09 21:35:14 +00:00
14b8f8913c Update src/app/page.tsx 2026-05-09 21:35:11 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Why Us", name: "Why Us", id: "about"},
id: "about",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Caleb's Plumbing" brandName="Caleb's Plumbing"
/> />
@@ -59,15 +51,11 @@ export default function LandingPage() {
description="Brownsville's Most Trusted Plumbers — Available When You Need Us. Emergency service, upfront pricing, and local expertise." description="Brownsville's Most Trusted Plumbers — Available When You Need Us. Emergency service, upfront pricing, and local expertise."
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now", href: "tel:+19565550123"},
href: "tel:+19565550123",
},
{ {
text: "Book Appointment", text: "Book Appointment", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-his-thumb-up-pink_141793-74570.jpg" imageSrc="http://img.b2bpic.net/free-photo/plumber-man-working-pipes_155003-9111.jpg"
/> />
</div> </div>
@@ -76,14 +64,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Family-Owned, Locally Focused"},
content: "Family-Owned, Locally Focused",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg", alt: "Plumbing service truck brownsville"},
src: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg",
alt: "Plumbing service truck brownsville",
},
]} ]}
/> />
</div> </div>
@@ -96,41 +79,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "s1", id: "s1", name: "Water Heater Repair", price: "Emergency Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg"},
name: "Water Heater Repair",
price: "Emergency Service",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg",
},
{ {
id: "s2", id: "s2", name: "Drain & Sewer Cleaning", price: "Same Day Availability", imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg"},
name: "Drain & Sewer Cleaning",
price: "Same Day Availability",
imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg",
},
{ {
id: "s3", id: "s3", name: "Leak Detection & Repair", price: "Advanced Tech", imageSrc: "http://img.b2bpic.net/free-photo/closeup-manometer-tool_53876-30452.jpg"},
name: "Leak Detection & Repair",
price: "Advanced Tech",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-manometer-tool_53876-30452.jpg",
},
{ {
id: "s4", id: "s4", name: "Gas Line Installation", price: "Licensed & Insured", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg"},
name: "Gas Line Installation",
price: "Licensed & Insured",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg",
},
{ {
id: "s5", id: "s5", name: "Well System Service", price: "Full Assessment", imageSrc: "http://img.b2bpic.net/free-photo/inside-view-pipe-tube-pipeline-construction_342744-362.jpg"},
name: "Well System Service",
price: "Full Assessment",
imageSrc: "http://img.b2bpic.net/free-photo/inside-view-pipe-tube-pipeline-construction_342744-362.jpg",
},
{ {
id: "s6", id: "s6", name: "Whole-Home Repiping", price: "Transparent Quotes", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg"},
name: "Whole-Home Repiping",
price: "Transparent Quotes",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
},
]} ]}
title="Our Plumbing Services" title="Our Plumbing Services"
description="From midnight emergencies to routine maintenance, we have the tools and experience to handle any plumbing challenge in Brownsville." description="From midnight emergencies to routine maintenance, we have the tools and experience to handle any plumbing challenge in Brownsville."
@@ -144,23 +103,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", icon: CheckCircle,
icon: CheckCircle, title: "Customer Rating", value: "4.7 Stars"},
title: "Customer Rating",
value: "4.7 Stars",
},
{ {
id: "m2", id: "m2", icon: Award,
icon: Award, title: "Happy Reviews", value: "134+"},
title: "Happy Reviews",
value: "134+",
},
{ {
id: "m3", id: "m3", icon: Clock,
icon: Clock, title: "Response Time", value: "Immediate"},
title: "Response Time",
value: "Immediate",
},
]} ]}
title="Why Brownsville Chooses Us" title="Why Brownsville Chooses Us"
description="Trusted by hundreds, we provide the highest quality service across the Rio Grande Valley." description="Trusted by hundreds, we provide the highest quality service across the Rio Grande Valley."
@@ -174,23 +124,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
team={[ team={[
{ {
id: "t1", id: "t1", name: "Leo", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
name: "Leo",
role: "Master Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
},
{ {
id: "t2", id: "t2", name: "Everett", role: "Service Technician", imageSrc: "http://img.b2bpic.net/free-photo/workwoman-office-cleaning-service_1398-3766.jpg"},
name: "Everett",
role: "Service Technician",
imageSrc: "http://img.b2bpic.net/free-photo/workwoman-office-cleaning-service_1398-3766.jpg",
},
{ {
id: "t3", id: "t3", name: "Sarah", role: "Dispatch Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/with-closed-eyes-young-male-builder-wearing-uniform-safety-helmet-showing-okey-gesture-purple_141793-74537.jpg"},
name: "Sarah",
role: "Dispatch Coordinator",
imageSrc: "http://img.b2bpic.net/free-photo/with-closed-eyes-young-male-builder-wearing-uniform-safety-helmet-showing-okey-gesture-purple_141793-74537.jpg",
},
]} ]}
title="Meet Your Plumbers" title="Meet Your Plumbers"
description="When you call Caleb's, you get the pros. No middlemen, no call centers — just Leo, Everett, and the team ready to help." description="When you call Caleb's, you get the pros. No middlemen, no call centers — just Leo, Everett, and the team ready to help."
@@ -204,45 +142,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Maria Gonzalez", handle: "Brownsville Resident", testimonial: "Came at midnight for a pipe burst! Fast, professional, and price was totally fair.", rating: 5,
name: "Maria Gonzalez", imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-riding-scooter-together_23-2148733494.jpg"},
handle: "Brownsville Resident",
testimonial: "Came at midnight for a pipe burst! Fast, professional, and price was totally fair.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-riding-scooter-together_23-2148733494.jpg",
},
{ {
id: "2", id: "2", name: "John Smith", handle: "Local Business Owner", testimonial: "Reliable and honest. Didn't try to upsell me on things I didn't need.", rating: 5,
name: "John Smith", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg"},
handle: "Local Business Owner",
testimonial: "Reliable and honest. Didn't try to upsell me on things I didn't need.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg",
},
{ {
id: "3", id: "3", name: "Elena Rodriguez", handle: "Homeowner", testimonial: "Excellent service. Explained every step and gave me an upfront quote.", rating: 5,
name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/deliveryman-taking-food-supplies-order_482257-76531.jpg"},
handle: "Homeowner",
testimonial: "Excellent service. Explained every step and gave me an upfront quote.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/deliveryman-taking-food-supplies-order_482257-76531.jpg",
},
{ {
id: "4", id: "4", name: "David Wilson", handle: "Resident", testimonial: "Everett fixed my well system when others couldn't. Very knowledgeable.", rating: 5,
name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/pleased-caucasian-adult-builder-man-uniform-holds-hands-together-looks-up-orange_141793-69273.jpg"},
handle: "Resident",
testimonial: "Everett fixed my well system when others couldn't. Very knowledgeable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-caucasian-adult-builder-man-uniform-holds-hands-together-looks-up-orange_141793-69273.jpg",
},
{ {
id: "5", id: "5", name: "Patty Hernandez", handle: "Brownsville Resident", testimonial: "Highly recommended for all plumbing repairs. Always local, always friendly.", rating: 5,
name: "Patty Hernandez", imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-traveling-living-van_23-2149651534.jpg"},
handle: "Brownsville Resident",
testimonial: "Highly recommended for all plumbing repairs. Always local, always friendly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-traveling-living-van_23-2149651534.jpg",
},
]} ]}
showRating={true} showRating={true}
title="What Our Neighbors Say" title="What Our Neighbors Say"
@@ -256,20 +169,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you offer emergency service?", content: "Yes, we prioritize emergency plumbing issues and aim for same-day response."},
title: "Do you offer emergency service?",
content: "Yes, we prioritize emergency plumbing issues and aim for same-day response.",
},
{ {
id: "f2", id: "f2", title: "Are your quotes transparent?", content: "Absolutely. We pride ourselves on upfront pricing with no surprise fees."},
title: "Are your quotes transparent?",
content: "Absolutely. We pride ourselves on upfront pricing with no surprise fees.",
},
{ {
id: "f3", id: "f3", title: "Do you serve businesses?", content: "Yes, we handle residential and small business plumbing needs in Brownsville."},
title: "Do you serve businesses?",
content: "Yes, we handle residential and small business plumbing needs in Brownsville.",
},
]} ]}
title="Common Plumbing Questions" title="Common Plumbing Questions"
description="Have questions about our service or how we can help you? Here are some frequently asked questions." description="Have questions about our service or how we can help you? Here are some frequently asked questions."
@@ -283,25 +187,17 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Need a Plumber Now?" title="Need a Plumber Now?"
description="Call us at (956) 555-0123 or fill out this form for a quick response." description="For plumbing emergencies, please call us immediately at (956) 555-0123—it's the fastest way to get help. Alternatively, fill out this form for a non-urgent inquiry."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Your Phone", required: true,
type: "tel",
placeholder: "Your Phone",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "issue", name: "issue", placeholder: "Briefly describe your plumbing issue", rows: 4,
placeholder: "Briefly describe your plumbing issue",
rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg" imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990738.jpg"
@@ -312,33 +208,21 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Service Area", title: "Service Area", items: [
items: [
{ {
label: "Brownsville, TX", label: "Brownsville, TX", href: "#"},
href: "#",
},
{ {
label: "Surrounding Areas", label: "Surrounding Areas", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -349,4 +233,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }