diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index a751f95..db4b8a3 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -19,25 +19,25 @@ export default function ReviewsPage() { { id: "1", name: "Ahmed Al-Rashid", - imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-man-with-crossed-arms_23-2147574163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-man-with-crossed-arms_23-2147574163.jpg?_wi=3", imageAlt: "Ahmed Al-Rashid", }, { id: "2", name: "Fatima Khan", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg?_wi=3", imageAlt: "Fatima Khan", }, { id: "3", name: "Mohammed Ibrahim", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handsome-young-man-classic-white-shirt-red-tie-smiling-showing-ok-sign-while-posing-pink-background-stylish-haircut-sincere-emotions-concept-copy-space-cl_639032-2296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handsome-young-man-classic-white-shirt-red-tie-smiling-showing-ok-sign-while-posing-pink-background-stylish-haircut-sincere-emotions-concept-copy-space-cl_639032-2296.jpg?_wi=3", imageAlt: "Mohammed Ibrahim", }, { id: "4", name: "Leila Al-Dosari", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-happy-woman-smiling-cross-arms-chest-like-professional-standing-white-wall_176420-42647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-happy-woman-smiling-cross-arms-chest-like-professional-standing-white-wall_176420-42647.jpg?_wi=3", imageAlt: "Leila Al-Dosari", }, ]; @@ -274,7 +274,7 @@ export default function ReviewsPage() {