From bfcd14d0ba5e2411cccafc64e6473f8fa9490301 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 06:31:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 307 ++++++++++------------------------------------- 1 file changed, 64 insertions(+), 243 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 932977d..162680c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,31 +32,19 @@ export default function LandingPage() { @@ -64,103 +52,55 @@ export default function LandingPage() { @@ -170,9 +110,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Meet Jerry Rous, Your Local Ventura Plumber" description={[ - "Jerry Rous brings years of professional plumbing expertise to Ventura, CA. Unlike big chains, Jerry is hands-on and personally engaged with every job.", - "Known for being fast, meticulous, and fairly priced, he understands the importance of keeping your home safe and running smoothly. From late-night emergencies to complex sewer inspections, you can count on honest and reliable service.", - ]} + "Jerry Rous brings years of professional plumbing expertise to Ventura, CA. Unlike big chains, Jerry is hands-on and personally engaged with every job.", "Known for being fast, meticulous, and fairly priced, he understands the importance of keeping your home safe and running smoothly. From late-night emergencies to complex sewer inspections, you can count on honest and reliable service."]} /> @@ -184,47 +122,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drain Installation", - description: "Professional drainage system setup for new homes and remodels.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=2", - titleImageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg", - buttonText: "Learn More", - }, + title: "Drain Installation", description: "Professional drainage system setup for new homes and remodels.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=2", titleImageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg", buttonText: "Learn More"}, { - title: "Drain Repair", - description: "Quick and effective solutions for all types of drainage issues.", - imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg", - buttonText: "Learn More", - }, + title: "Drain Repair", description: "Quick and effective solutions for all types of drainage issues.", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg", buttonText: "Learn More"}, { - title: "Plumbing Inspection", - description: "Comprehensive check-up of your home's entire plumbing system.", - imageSrc: "http://img.b2bpic.net/free-photo/dishwasher-wearing-yellow-gloves-blue_1150-17307.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", - buttonText: "Learn More", - }, + title: "Plumbing Inspection", description: "Comprehensive check-up of your home's entire plumbing system.", imageSrc: "http://img.b2bpic.net/free-photo/dishwasher-wearing-yellow-gloves-blue_1150-17307.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", buttonText: "Learn More"}, { - title: "Sewer Camera & Video Inspection", - description: "Advanced video inspections for accurate sewer diagnosis.", - imageSrc: "http://img.b2bpic.net/free-photo/pipeline-workers-measuring-tube-length-construction-gas-oil-pipes_342744-48.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428274.jpg", - buttonText: "Learn More", - }, + title: "Sewer Camera & Video Inspection", description: "Advanced video inspections for accurate sewer diagnosis.", imageSrc: "http://img.b2bpic.net/free-photo/pipeline-workers-measuring-tube-length-construction-gas-oil-pipes_342744-48.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428274.jpg", buttonText: "Learn More"}, { - title: "Trenchless Sewer Repair", - description: "Non-invasive repair techniques for your home's main sewer lines.", - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132185.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132627.jpg", - buttonText: "Learn More", - }, + title: "Trenchless Sewer Repair", description: "Non-invasive repair techniques for your home's main sewer lines.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132185.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132627.jpg", buttonText: "Learn More"}, { - title: "Water Leak Detection", - description: "Accurate pinpointing of hidden leaks to prevent property damage.", - imageSrc: "http://img.b2bpic.net/free-photo/volunteer-planting-trees-nature_1268-21663.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473154.jpg", - buttonText: "Learn More", - }, + title: "Water Leak Detection", description: "Accurate pinpointing of hidden leaks to prevent property damage.", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-planting-trees-nature_1268-21663.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473154.jpg", buttonText: "Learn More"}, ]} title="Expert Plumbing Services in Ventura" description="We offer a wide range of professional plumbing solutions for homeowners and businesses." @@ -238,40 +146,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Homeowner", - testimonial: "Jerry's emergency late-night response was a lifesaver. Fast and professional.", - imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg", - }, + id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Jerry's emergency late-night response was a lifesaver. Fast and professional.", imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg"}, { - id: "2", - name: "Mark D.", - role: "Property Manager", - testimonial: "Handles our rental drain issues with such efficiency. Very reliable.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg", - }, + id: "2", name: "Mark D.", role: "Property Manager", testimonial: "Handles our rental drain issues with such efficiency. Very reliable.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg"}, { - id: "3", - name: "Emily R.", - role: "New Homeowner", - testimonial: "Rescued our plumbing on day one. Jerry knows exactly what he's doing.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", - }, + id: "3", name: "Emily R.", role: "New Homeowner", testimonial: "Rescued our plumbing on day one. Jerry knows exactly what he's doing.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg"}, { - id: "4", - name: "David K.", - role: "Homeowner", - testimonial: "Fixed our major water leak quickly. Fairly priced and honest.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg", - }, + id: "4", name: "David K.", role: "Homeowner", testimonial: "Fixed our major water leak quickly. Fairly priced and honest.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"}, { - id: "5", - name: "Lisa T.", - role: "Ventura Resident", - testimonial: "Impressed by his meticulous camera inspection. Great local plumber.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", - }, + id: "5", name: "Lisa T.", role: "Ventura Resident", testimonial: "Impressed by his meticulous camera inspection. Great local plumber.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg"}, ]} title="What Our Ventura Neighbors Say" description="With a 5.0 Star rating on Yelp and over 10+ reviews, our customers trust us for all their plumbing needs." @@ -286,47 +169,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "g1", - name: "Sewer Camera Diagnostic", - price: "Expertise", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-near-steel-pipes-with-tape-measure-hand_627829-11415.jpg?_wi=2", - }, + id: "g1", name: "Sewer Camera Diagnostic", price: "Expertise", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-near-steel-pipes-with-tape-measure-hand_627829-11415.jpg?_wi=2"}, { - id: "g2", - name: "Leak Detection Tooling", - price: "Technology", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=2", - }, + id: "g2", name: "Leak Detection Tooling", price: "Technology", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=2"}, { - id: "g3", - name: "Excavation Work Area", - price: "Precision", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473137.jpg", - }, + id: "g3", name: "Excavation Work Area", price: "Precision", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473137.jpg"}, { - id: "g4", - name: "Trenchless Repair Equipment", - price: "Technology", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068977.jpg", - }, + id: "g4", name: "Trenchless Repair Equipment", price: "Technology", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068977.jpg"}, { - id: "g5", - name: "Roof Vent Inspection", - price: "Diagnostic", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", - }, + id: "g5", name: "Roof Vent Inspection", price: "Diagnostic", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg"}, { - id: "g6", - name: "Professional Line Repair", - price: "Reliability", - variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-arrangement-pvc_23-2149062935.jpg", - }, + id: "g6", name: "Professional Line Repair", price: "Reliability", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-arrangement-pvc_23-2149062935.jpg"}, ]} title="Plumbing Inspection & Repair Gallery" description="Visual proof of our precise inspection and effective repair techniques." @@ -338,14 +191,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "5.0 Stars on Yelp", - "10+ Verified Reviews", - "Licensed & Insured", - "Local Business", - "24/7 Availability", - "Fast Response", - "Expert Diagnosis", - ]} + "5.0 Stars on Yelp", "10+ Verified Reviews", "Licensed & Insured", "Local Business", "24/7 Availability", "Fast Response", "Expert Diagnosis"]} title="Trusted Local Service" description="Serving the Ventura community with pride." /> @@ -357,20 +203,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you offer 24/7 service?", - content: "Yes, Jerry Rous Plumbing is available 24/7 for all your plumbing emergencies.", - }, + id: "f1", title: "Do you offer 24/7 service?", content: "Yes, Jerry Rous Plumbing is available 24/7 for all your plumbing emergencies."}, { - id: "f2", - title: "What areas do you serve?", - content: "We primarily serve Ventura, CA, and surrounding areas.", - }, + id: "f2", title: "What areas do you serve?", content: "We primarily serve Ventura, CA, and surrounding areas."}, { - id: "f3", - title: "How can I schedule an inspection?", - content: "You can reach out via the contact form or call us directly at (805) 340-5204.", - }, + id: "f3", title: "How can I schedule an inspection?", content: "You can reach out via the contact form or call us directly at (805) 340-5204."}, + { + id: "f4", title: "How do you handle pricing and estimates?", content: "We provide upfront, transparent pricing for all services. After an initial assessment, we will give you a clear, honest estimate before any work begins."}, ]} title="Frequently Asked Questions" description="Have questions about our plumbing services? We've got answers." @@ -382,8 +221,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1