From f6937bbe1754684dce997e93b596adcb4952e2b4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 19:07:12 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9c8994c..9bcf028 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -37,7 +37,7 @@ export default function AboutPage() { title="Meet John Valenti" description="Valenti Plumbing is built on the kind of service that's getting rare: show up, do careful work, explain the fix, and treat your home with respect. John is known for being responsive, thorough, and honest—especially when the job is complicated (and older homes usually are). Repeat customers, neighborhood referrals, and trusted relationships with local professionals say it best." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/foreman-yellow-hardhat-holding-hammer-shoulder-toolbox-hand-dreamily-looking-camera-workshop_574295-661.jpg" + imageSrc="http://img.b2bpic.net/free-photo/foreman-yellow-hardhat-holding-hammer-shoulder-toolbox-hand-dreamily-looking-camera-workshop_574295-661.jpg?_wi=1" imageAlt="plumber professional portrait tool belt job site" buttons={[ {text: "Request Service", href: "contact"} @@ -85,21 +85,21 @@ export default function AboutPage() { id: 1, title: "Integrity First", description: "We provide honest assessments and transparent pricing. You'll never be sold services you don't need or charged for work that wasn't discussed upfront.", - imageSrc: "http://img.b2bpic.net/free-photo/foreman-yellow-hardhat-holding-hammer-shoulder-toolbox-hand-dreamily-looking-camera-workshop_574295-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/foreman-yellow-hardhat-holding-hammer-shoulder-toolbox-hand-dreamily-looking-camera-workshop_574295-661.jpg?_wi=2", imageAlt: "plumber professional portrait tool belt job site" }, { id: 2, title: "Quality Craftsmanship", description: "Every repair and installation is done to last. We take pride in thorough, professional work that stands the test of time.", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=4", imageAlt: "water leak diagnosis plumbing detection inspection" }, { id: 3, title: "Respect for Your Home", description: "We treat your property as if it were our own. Clean work areas, protected surfaces, and thorough cleanup are standard on every job.", - imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=5", imageAlt: "bathroom renovation fixtures modern plumbing" } ]}