From 4cf13841178f3473a4d5071b62be9a2978b34397 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:02:55 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5a6656f..d133d53 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -154,7 +154,7 @@ export default function AboutPage() { role: "Homeowner", company: "Islington, London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg?_wi=2", imageAlt: "happy homeowner portrait professional photo", }, { @@ -163,7 +163,7 @@ export default function AboutPage() { role: "Property Manager", company: "Chelsea Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=2", imageAlt: "professional property manager portrait photo", }, { @@ -172,7 +172,7 @@ export default function AboutPage() { role: "Homeowner", company: "Clapham, London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2", imageAlt: "happy woman homeowner portrait professional", }, { @@ -181,7 +181,7 @@ export default function AboutPage() { role: "Facilities Director", company: "North London Hospital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "professional facilities director portrait photo", }, { @@ -190,7 +190,7 @@ export default function AboutPage() { role: "Homeowner", company: "Wandsworth, London", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-kitchen_23-2148414934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-kitchen_23-2148414934.jpg?_wi=2", imageAlt: "satisfied homeowner woman portrait professional", }, { @@ -199,7 +199,7 @@ export default function AboutPage() { role: "Business Owner", company: "East London Retail", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2", imageAlt: "business owner entrepreneur portrait professional", }, ]} @@ -217,7 +217,7 @@ export default function AboutPage() {