From 4ca306fd59baf4d40e1d8f2a151c10e3a05e6655 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:18:33 +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 554985a..489fb29 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,25 +72,25 @@ export default function AboutPage() { { id: "1", name: "John Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-parcel-client_23-2149229193.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-parcel-client_23-2149229193.jpg?_wi=2", imageAlt: "John Martinez, Master Plumber", }, { id: "2", name: "Lisa Thompson", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg?_wi=2", imageAlt: "Lisa Thompson, Lead Technician", }, { id: "3", name: "Robert Davis", - imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg?_wi=2", imageAlt: "Robert Davis, Emergency Specialist", }, { id: "4", name: "Patricia Wilson", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg?_wi=2", imageAlt: "Patricia Wilson, Service Manager", }, ]}