diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index e42fffa..d8b6474 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -48,7 +48,7 @@ export default function ReviewsPage() { role: "Local Resident", company: "Forest Park", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=2", imageAlt: "happy woman smiling portrait professional headshot", }, { @@ -57,7 +57,7 @@ export default function ReviewsPage() { role: "Frequent Visitor", company: "ATL Airport Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=2", imageAlt: "happy man smiling professional portrait headshot", }, { @@ -66,7 +66,7 @@ export default function ReviewsPage() { role: "Business Owner", company: "Forest Park", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=2", imageAlt: "happy Latina woman smiling portrait professional", }, { @@ -75,7 +75,7 @@ export default function ReviewsPage() { role: "Regular Customer", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg?_wi=2", imageAlt: "happy Asian man smiling professional portrait", }, ]}