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() {