diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ea7e59..124bdcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,11 +90,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21455.jpg?_wi=1", imageAlt: "Students collaborating on a project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-cathedral-surrounded-by-leafless-trees-cloudy-sky-szczecin-poland_181624-12661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-cathedral-surrounded-by-leafless-trees-cloudy-sky-szczecin-poland_181624-12661.jpg?_wi=1", imageAlt: "Modern university building", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21455.jpg?_wi=2", imageAlt: "global map digital interface business education", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { text: "Alumni Network", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-cathedral-surrounded-by-leafless-trees-cloudy-sky-szczecin-poland_181624-12661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-cathedral-surrounded-by-leafless-trees-cloudy-sky-szczecin-poland_181624-12661.jpg?_wi=2", imageAlt: "global map digital interface business education", }, ]}