diff --git a/src/app/page.tsx b/src/app/page.tsx index 9724a90..8143b18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { title: "Collaborative Mentorship", description: "Learn side-by-side with industry experts.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-portable-notebook-cafe-sitting-table-by-window-typing-something-frowning_343059-118.jpg", imageAlt: "Mentorship"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-portable-notebook-cafe-sitting-table-by-window-typing-something-frowning_343059-118.jpg?_wi=1", imageAlt: "Mentorship"}, { imageSrc: "http://img.b2bpic.net/free-photo/successful-female-entrepreneur-collaborates-with-her-experts-team_482257-122594.jpg", imageAlt: "Mentorship Details"}, ], @@ -160,7 +160,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alice M.", role: "Engineer", company: "Tech", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-portable-notebook-cafe-sitting-table-by-window-typing-something-frowning_343059-118.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-portable-notebook-cafe-sitting-table-by-window-typing-something-frowning_343059-118.jpg?_wi=2"}, { id: "2", name: "Bob D.", role: "Developer", company: "Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-sunglasses-sitting-along-with-laptop-white-space_140725-11140.jpg"},