From 14b8f8913c90bfd537ffc732e2ee248232ca5fec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 21:35:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 208 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ec3a35..bcf1597 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,13 +51,9 @@ export default function LandingPage() { description="Brownsville's Most Trusted Plumbers — Available When You Need Us. Emergency service, upfront pricing, and local expertise." buttons={[ { - text: "Call Now", - href: "tel:+19565550123", - }, + text: "Call Now", href: "tel:+19565550123"}, { - text: "Book Appointment", - href: "#contact", - }, + 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" /> @@ -76,14 +64,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Family-Owned, Locally Focused", - }, + type: "text", content: "Family-Owned, Locally Focused"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg", - alt: "Plumbing service truck brownsville", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg", alt: "Plumbing service truck brownsville"}, ]} /> @@ -96,41 +79,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - 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: "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: "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: "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: "s3", - name: "Leak Detection & Repair", - price: "Advanced Tech", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-manometer-tool_53876-30452.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: "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: "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: "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: "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: "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", - }, + 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"}, ]} title="Our Plumbing Services" 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} metrics={[ { - id: "m1", - icon: CheckCircle, - title: "Customer Rating", - value: "4.7 Stars", - }, + id: "m1", icon: CheckCircle, + title: "Customer Rating", value: "4.7 Stars"}, { - id: "m2", - icon: Award, - title: "Happy Reviews", - value: "134+", - }, + id: "m2", icon: Award, + title: "Happy Reviews", value: "134+"}, { - id: "m3", - icon: Clock, - title: "Response Time", - value: "Immediate", - }, + id: "m3", icon: Clock, + title: "Response Time", value: "Immediate"}, ]} title="Why Brownsville Chooses Us" 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} team={[ { - id: "t1", - name: "Leo", - role: "Master Plumber", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", - }, + id: "t1", name: "Leo", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"}, { - id: "t2", - name: "Everett", - role: "Service Technician", - imageSrc: "http://img.b2bpic.net/free-photo/workwoman-office-cleaning-service_1398-3766.jpg", - }, + id: "t2", name: "Everett", role: "Service Technician", imageSrc: "http://img.b2bpic.net/free-photo/workwoman-office-cleaning-service_1398-3766.jpg"}, { - 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", - }, + 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"}, ]} 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." @@ -204,45 +142,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - 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, - imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-riding-scooter-together_23-2148733494.jpg", - }, + 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, + imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-riding-scooter-together_23-2148733494.jpg"}, { - 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, - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg", - }, + 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, + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg"}, { - id: "3", - name: "Elena Rodriguez", - 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: "3", name: "Elena Rodriguez", 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", - name: "David Wilson", - 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: "4", name: "David Wilson", 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", - name: "Patty Hernandez", - 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", - }, + id: "5", name: "Patty Hernandez", 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} title="What Our Neighbors Say" @@ -256,20 +169,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you offer emergency service?", - content: "Yes, we prioritize emergency plumbing issues and aim for same-day response.", - }, + id: "f1", title: "Do you offer emergency service?", content: "Yes, we prioritize emergency plumbing issues and aim for same-day response."}, { - id: "f2", - title: "Are your quotes transparent?", - content: "Absolutely. We pride ourselves on upfront pricing with no surprise fees.", - }, + id: "f2", title: "Are your quotes transparent?", content: "Absolutely. We pride ourselves on upfront pricing with no surprise fees."}, { - id: "f3", - title: "Do you serve businesses?", - content: "Yes, we handle residential and small business plumbing needs in Brownsville.", - }, + id: "f3", title: "Do you serve businesses?", content: "Yes, we handle residential and small business plumbing needs in Brownsville."}, ]} title="Common Plumbing Questions" description="Have questions about our service or how we can help you? Here are some frequently asked questions." @@ -286,22 +190,14 @@ export default function LandingPage() { description="Call us at (956) 555-0123 or fill out this form for a quick response." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone", - required: true, + name: "phone", type: "tel", placeholder: "Your Phone", required: true, }, ]} textarea={{ - name: "issue", - placeholder: "Briefly describe your plumbing issue", - rows: 4, + name: "issue", placeholder: "Briefly describe your plumbing issue", rows: 4, required: true, }} 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() {