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", }, ]}