From 8e107a30ddc444578cc575a3198e554209eb91e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:51:44 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7b3bdff..9e3606a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { tag="About Pasquarello" title="Honest, Local Plumbing You Can Trust" description="We're not a big corporation. We're your neighbors—experienced, courteous professionals who show up on time, do the job right, and leave your space clean. No hidden fees. No surprises. Just dependable service at fair prices." - imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg" + imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=2" imageAlt="Professional plumbing team" useInvertedBackground={false} buttons={[ @@ -109,7 +109,7 @@ export default function AboutPage() { role: "Homeowner", company: "South Philadelphia", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Maria T., homeowner" }, { @@ -118,7 +118,7 @@ export default function AboutPage() { role: "Property Manager", company: "Philadelphia", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "John D., property manager" }, { @@ -127,7 +127,7 @@ export default function AboutPage() { role: "Small Business Owner", company: "South Philly", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "Linda R., business owner" } ]} @@ -141,7 +141,7 @@ export default function AboutPage() {