From d5b0631f79aaa876bc29ea660c39f901eb638708 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 01:35:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 159 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 122 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82ac7e5..eee28a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,16 @@ export default function LandingPage() { @@ -57,78 +47,49 @@ export default function LandingPage() {
@@ -140,28 +101,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Water Heaters", - description: "Professional replacement and efficient repairs.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=2", - imageAlt: "professional local plumber smiling portrait", + title: "Water Heaters", description: "Professional replacement and efficient repairs.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Fixture Installation", - description: "Expert faucet and spigot installations.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pipe-wrench-left-side-wooden-background-with-copy-space_141793-15202.jpg", - imageAlt: "plumbing repair tools residential pipe service", + title: "Fixture Installation", description: "Expert faucet and spigot installations.", bentoComponent: "reveal-icon", icon: Wrench, }, { - title: "Emergency Repairs", - description: "Toilet repairs and emergency leak assistance.", - bentoComponent: "reveal-icon", - icon: AlertCircle, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=1", - imageAlt: "family run local business plumber father son", + title: "Emergency Repairs", description: "Toilet repairs and emergency leak assistance.", bentoComponent: "reveal-icon", icon: AlertCircle, }, ]} title="Expert Plumbing Services" @@ -177,19 +123,13 @@ export default function LandingPage() { description="Ken's Plumbing Inc. has served the Fox River Valley for years. As a father-son team, we believe in honest pricing, prompt communication, and treating your home like our own." bulletPoints={[ { - title: "Local Expertise", - description: "Serving Fox River Valley for generations.", - }, + title: "Local Expertise", description: "Serving Fox River Valley for generations."}, { - title: "Family Owned", - description: "Adam and his son provide personalized care.", - }, + title: "Family Owned", description: "Adam and his son provide personalized care."}, { - title: "Honest Pricing", - description: "Straightforward, fair rates every time.", - }, + title: "Honest Pricing", description: "Straightforward, fair rates every time."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg" imageAlt="Ken's Plumbing family team" mediaAnimation="slide-up" /> @@ -200,30 +140,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah D.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=3", - }, + id: "1", name: "Sarah D.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"}, { - id: "2", - name: "Mark L.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=3", - }, + id: "2", name: "Mark L.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg"}, { - id: "3", - name: "Jenny K.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=4", - }, + id: "3", name: "Jenny K.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"}, { - id: "4", - name: "Tom B.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg?_wi=4", - }, + id: "4", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-kid-walking-together_23-2149147891.jpg"}, { - id: "5", - name: "Lisa R.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg?_wi=5", - }, + id: "5", name: "Lisa R.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-sander-machine_1368-4133.jpg"}, ]} cardTitle="Loved by the Fox River Valley" cardTag="4.8 Star Service" @@ -238,22 +163,14 @@ export default function LandingPage() { description="Get prompt, same-day plumbing service. Fill out the form or give us a call." 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: "message", - placeholder: "Describe your plumbing issue...", - required: true, + name: "message", placeholder: "Describe your plumbing issue...", required: true, }} imageSrc="http://img.b2bpic.net/free-photo/doctor-is-ready-endotracheal-intubation-non-breathing-patient-young-female-paramedic-holding-iv-solution-ems-paramedics-provide-medical-help-injured-patient-way-hospital_657921-1493.jpg" /> @@ -266,9 +183,7 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, ]} /> -- 2.49.1