From 9157868556b71a5bea6b32fddc467ed761d5caae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:40:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 +++++++++-------------------------------------- 1 file changed, 56 insertions(+), 249 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99a1e2d..89b7fb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,148 +31,60 @@ export default function LandingPage() {
@@ -184,20 +96,11 @@ export default function LandingPage() { title="A Higher Standard in Plumbing" description="At Wynne Penn Plumbing & Heating, we don’t just fix problems — we elevate your home’s infrastructure with precision, care, and professionalism. From emergency repairs to full system installations, our team delivers clean, efficient, and long-lasting solutions." bulletPoints={[ - { - title: "Clear communication", - description: "Honest updates and transparent project management.", - }, - { - title: "Honest pricing", - description: "Upfront, no-surprise quotes for every job.", - }, - { - title: "Impeccable workmanship", - description: "Expert solutions designed for durability.", - }, + { title: "Clear communication", description: "Honest updates and transparent project management." }, + { title: "Honest pricing", description: "Upfront, no-surprise quotes for every job." }, + { title: "Impeccable workmanship", description: "Expert solutions designed for durability." } ]} - imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg" mediaAnimation="slide-up" /> @@ -209,36 +112,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Residential Plumbing", - description: "Repairs, repiping, and routine maintenance.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=13", - imageAlt: "luxury plumbing heating service background", + title: "Residential Plumbing", description: "Repairs, repiping, and routine maintenance.", bentoComponent: "reveal-icon", icon: Wrench, }, { - title: "Heating Systems", - description: "Full HVAC comfort maintenance and repairs.", - bentoComponent: "reveal-icon", - icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=2", - imageAlt: "expert plumber working precision", + title: "Heating Systems", description: "Full HVAC comfort maintenance and repairs.", bentoComponent: "reveal-icon", icon: Flame, }, { - title: "Sewer & Drains", - description: "Advanced diagnostics and permanent fixes.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=1", - imageAlt: "residential plumbing repair service", + title: "Sewer & Drains", description: "Advanced diagnostics and permanent fixes.", bentoComponent: "reveal-icon", icon: Droplets, }, { - title: "Emergency Service", - description: "Rapid response for urgent repair needs.", - bentoComponent: "reveal-icon", - icon: Phone, - imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=14", - imageAlt: "luxury plumbing heating service background", + title: "Emergency Service", description: "Rapid response for urgent repair needs.", bentoComponent: "reveal-icon", icon: Phone, }, ]} title="Full-Service Plumbing & Heating" @@ -253,51 +136,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Rebecca Powell", - role: "Client", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=3", - imageAlt: "expert plumber working precision", - }, - { - id: "2", - name: "Jonathan Pressman", - role: "Client", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=2", - imageAlt: "residential plumbing repair service", - }, - { - id: "3", - name: "Alan Strassler", - role: "Client", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg?_wi=15", - imageAlt: "luxury plumbing heating service background", - }, - { - id: "4", - name: "Dylan M", - role: "Client", - company: "Homeowner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg?_wi=4", - imageAlt: "expert plumber working precision", - }, - { - id: "5", - name: "Selena Shuman", - role: "Organizational Lead", - company: "Local Org", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=3", - imageAlt: "residential plumbing repair service", - }, + { id: "1", name: "Rebecca Powell", role: "Client", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", imageAlt: "expert plumber working precision" }, + { id: "2", name: "Jonathan Pressman", role: "Client", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "residential plumbing repair service" }, + { id: "3", name: "Alan Strassler", role: "Client", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/steel-kitchen-faucet-vintage-style-closeup_169016-20013.jpg", imageAlt: "luxury plumbing heating service background" }, + { id: "4", name: "Dylan M", role: "Client", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", imageAlt: "expert plumber working precision" }, + { id: "5", name: "Selena Shuman", role: "Organizational Lead", company: "Local Org", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "residential plumbing repair service" } ]} title="What Our Clients Say" description="Trusted by our local community for decades." @@ -308,21 +151,9 @@ export default function LandingPage() { @@ -352,37 +179,17 @@ export default function LandingPage() { logoText="Wynne Penn Plumbing & Heating" columns={[ { - title: "Services", - items: [ - { - label: "Residential Plumbing", - href: "#services", - }, - { - label: "Heating Systems", - href: "#services", - }, - { - label: "Emergency Repair", - href: "#services", - }, + title: "Services", items: [ + { label: "Residential Plumbing", href: "#services" }, + { label: "Heating Systems", href: "#services" }, + { label: "Emergency Repair", href: "#services" }, ], }, { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Reviews", - href: "#reviews", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Reviews", href: "#reviews" }, + { label: "Contact", href: "#contact" }, ], }, ]} -- 2.49.1