diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6c1b24f..b08bd6a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -68,19 +68,19 @@ export default function LandingPage() { id: "m1", name: "Alex", role: "Lead Detailer", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16413.jpg?_wi=1", }, { id: "m2", name: "Sarah", role: "Quality Control", - imageSrc: "http://img.b2bpic.net/free-photo/woman-yellow-shirt-sitting-car_23-2148510639.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-yellow-shirt-sitting-car_23-2148510639.jpg?_wi=1", }, { id: "m3", name: "Mike", role: "Ceramic Expert", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-showing-thumbs-up_1170-1180.jpg?_wi=1", }, ]} title="Meet The Crew" @@ -90,7 +90,7 @@ export default function LandingPage() {