4 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

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{
text: "Book Appointment", 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>
@@ -79,17 +79,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "s1", name: "Water Heater Repair", price: "24/7 Availability", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg"},
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"},
{
id: "s2", name: "Drain & Sewer Cleaning", price: "24/7 Availability", imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg"},
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"},
{
id: "s3", name: "Leak Detection & Repair", price: "24/7 Availability", imageSrc: "http://img.b2bpic.net/free-photo/closeup-manometer-tool_53876-30452.jpg"},
id: "s3", name: "Leak Detection & Repair", price: "Advanced Tech", imageSrc: "http://img.b2bpic.net/free-photo/closeup-manometer-tool_53876-30452.jpg"},
{
id: "s4", name: "Gas Line Installation", price: "24/7 Availability", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746302.jpg"},
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"},
{
id: "s5", name: "Well System Service", price: "24/7 Availability", imageSrc: "http://img.b2bpic.net/free-photo/inside-view-pipe-tube-pipeline-construction_342744-362.jpg"},
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"},
{
id: "s6", name: "Whole-Home Repiping", price: "24/7 Availability", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg"},
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"},
]}
title="Our Plumbing Services"
description="From midnight emergencies to routine maintenance, we have the tools and experience to handle any plumbing challenge in Brownsville."
@@ -187,7 +187,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
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={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -233,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}