From aca13f2ba575dd842954ec21276cab1465974273 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 00:15:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 121 ++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 80 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7449c5..aed241e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,16 +29,11 @@ export default function LandingPage() { @@ -92,7 +75,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "41+ Five-Star Reviews", "Same-Day Response", "Transparent Pricing", "Clean & Respectful", "Reliable Support", "Residential & Commercial", "Professional Team"]} + "41+ Five-Star Reviews", "Same-Day Response", "Transparent Pricing", "Clean & Respectful", "Reliable Support", "Residential & Commercial", "Professional Team"]} title="Trusted by Local Customers" description="We've earned a 5-star reputation for quick, honest, and clean service across the region." /> @@ -104,18 +87,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Leak Detection", description: "Accurate detection and repair to prevent structural damage.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", imageAlt: "residential plumbing repair home"}, - { - title: "Fixture Repair", description: "Expert repair and installation for faucets, toilets, and showers.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "residential plumbing repair home"}, - { - title: "Water Heaters", description: "Service and replacement to keep your hot water flowing.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721568.jpg", imageAlt: "residential plumbing repair home"}, - { - title: "Drain Issues", description: "Comprehensive drain cleaning and clog resolution services.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721571.jpg", imageAlt: "residential plumbing repair home"}, - { - title: "Commercial Plumbing", description: "Reliable maintenance for office, retail, and managed properties.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg", imageAlt: "commercial plumbing maintenance office"}, - { - title: "Maintenance Plans", description: "Proactive checkups to avoid surprise plumbing emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "commercial plumbing maintenance office"}, + { title: "Leak Detection", description: "Accurate detection and repair to prevent structural damage.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", imageAlt: "residential plumbing repair home" }, + { title: "Fixture Repair", description: "Expert repair and installation for faucets, toilets, and showers.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "residential plumbing repair home" }, + { title: "Water Heaters", description: "Service and replacement to keep your hot water flowing.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721568.jpg", imageAlt: "residential plumbing repair home" }, + { title: "Drain Issues", description: "Comprehensive drain cleaning and clog resolution services.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721571.jpg", imageAlt: "residential plumbing repair home" }, + { title: "Commercial Plumbing", description: "Reliable maintenance for office, retail, and managed properties.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-laptop_23-2150171221.jpg", imageAlt: "commercial plumbing maintenance office" }, + { title: "Maintenance Plans", description: "Proactive checkups to avoid surprise plumbing emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "commercial plumbing maintenance office" }, ]} title="Plumbing Services You Can Rely On" description="Whether it's a household leak, commercial maintenance, or new fixture installation, we approach every job with precision and professional care." @@ -126,10 +103,8 @@ export default function LandingPage() { @@ -140,12 +115,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Residential Plumbing", description: "For homeowners, condos, and tenants needing prompt household fixes.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg", imageAlt: "residential plumbing repair home"}, - { - title: "Commercial Plumbing", description: "For property managers, offices, and businesses seeking ongoing care.", imageSrc: "http://img.b2bpic.net/free-photo/some-barbells-gym_23-2147671941.jpg", imageAlt: "commercial plumbing maintenance office"}, - { - title: "Always Ready", description: "Reliable teams available when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg", imageAlt: "residential plumbing repair home"}, + { title: "Residential Plumbing", description: "For homeowners, condos, and tenants needing prompt household fixes.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-using-wrench-tighten-water-faucet-kitchen-seen-up-close_662251-2697.jpg", imageAlt: "residential plumbing repair home" }, + { title: "Commercial Plumbing", description: "For property managers, offices, and businesses seeking ongoing care.", imageSrc: "http://img.b2bpic.net/free-photo/some-barbells-gym_23-2147671941.jpg", imageAlt: "commercial plumbing maintenance office" }, + { title: "Always Ready", description: "Reliable teams available when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg", imageAlt: "residential plumbing repair home" }, ]} title="Serving Every Need" description="From single-family homes to large commercial buildings." @@ -158,16 +130,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "They responded quickly, arrived on time, and explained everything clearly. Excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg"}, - { - id: "2", name: "Michael C.", role: "Property Manager", testimonial: "Fair pricing, no hidden fees, and high-quality workmanship every time.", imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg"}, - { - id: "3", name: "Emily R.", role: "Business Owner", testimonial: "Professional, punctual, and very respectful of our space while they worked.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg"}, - { - id: "4", name: "David K.", role: "Homeowner", testimonial: "Fast, reliable, and a team that really knows their stuff. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg"}, - { - id: "5", name: "Jessica L.", role: "Homeowner", testimonial: "We’ve used them multiple times over the years and always have a stress-free experience.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg"}, + { id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "They responded quickly, arrived on time, and explained everything clearly. Excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg" }, + { id: "2", name: "Michael C.", role: "Property Manager", testimonial: "Fair pricing, no hidden fees, and high-quality workmanship every time.", imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg" }, + { id: "3", name: "Emily R.", role: "Business Owner", testimonial: "Professional, punctual, and very respectful of our space while they worked.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg" }, + { id: "4", name: "David K.", role: "Homeowner", testimonial: "Fast, reliable, and a team that really knows their stuff. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg" }, + { id: "5", name: "Jessica L.", role: "Homeowner", testimonial: "We’ve used them multiple times over the years and always have a stress-free experience.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg" }, ]} title="Trusted by Clients" description="Our customers value our professionalism, punctuality, and transparent pricing." @@ -180,14 +147,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Reach Out", description: "Call or request service online for quick scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", imageAlt: "residential plumbing repair home"}, - { - title: "Get Assessed", description: "Clear explanation of the issue with transparent next steps.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721533.jpg", imageAlt: "residential plumbing repair home"}, - { - title: "Approve Work", description: "No hidden surprises, just simple pricing.", imageSrc: "http://img.b2bpic.net/free-photo/tap-hot-water-yellow-white_1203-4434.jpg", imageAlt: "residential plumbing repair home"}, - { - title: "Get it Fixed", description: "Clean, high-quality workmanship every time.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg", imageAlt: "residential plumbing repair home"}, + { title: "Reach Out", description: "Call or request service online for quick scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746311.jpg", imageAlt: "residential plumbing repair home" }, + { title: "Get Assessed", description: "Clear explanation of the issue with transparent next steps.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721533.jpg", imageAlt: "residential plumbing repair home" }, + { title: "Approve Work", description: "No hidden surprises, just simple pricing.", imageSrc: "http://img.b2bpic.net/free-photo/tap-hot-water-yellow-white_1203-4434.jpg", imageAlt: "residential plumbing repair home" }, + { title: "Get it Fixed", description: "Clean, high-quality workmanship every time.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg", imageAlt: "residential plumbing repair home" }, ]} title="A Simple Process" description="Transparent and stress-free service from start to finish." @@ -201,10 +164,8 @@ export default function LandingPage() { variant: "radial-gradient"}} text="Need a plumber you can actually count on? Get responsive service, clear communication, and quality work today." buttons={[ - { - text: "Book Emergency Service", href: "tel:5550100"}, - { - text: "Schedule a Visit", href: "#"}, + { text: "Book Emergency Service", href: "tel:5550100" }, + { text: "Schedule a Visit", href: "#" }, ]} /> @@ -218,4 +179,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1