diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f3b8f6..f1cceca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-coworking-concept-mixed-race-youngsters-work-school-project_273609-44839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-coworking-concept-mixed-race-youngsters-work-school-project_273609-44839.jpg?_wi=1", imageAlt: "Modern classroom atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/magnifying-glass-with-stack-books-table_1252-720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/magnifying-glass-with-stack-books-table_1252-720.jpg?_wi=1", imageAlt: "Studying students", }, { - imageSrc: "http://img.b2bpic.net/free-photo/classroom-interior-with-whiteboard-desk_23-2151995262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classroom-interior-with-whiteboard-desk_23-2151995262.jpg?_wi=1", imageAlt: "Modern classroom interior", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-correcting-grammar-mistakes_23-2150171094.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/people-coworking-concept-mixed-race-youngsters-work-school-project_273609-44839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-coworking-concept-mixed-race-youngsters-work-school-project_273609-44839.jpg?_wi=2", imageAlt: "study plan document", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-student-working-with-laptop-dictionary_23-2148389050.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/magnifying-glass-with-stack-books-table_1252-720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/magnifying-glass-with-stack-books-table_1252-720.jpg?_wi=2", imageAlt: "study plan document", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/science-pencil-lesson-education-teacher_1187-6168.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/classroom-interior-with-whiteboard-desk_23-2151995262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/classroom-interior-with-whiteboard-desk_23-2151995262.jpg?_wi=2", imageAlt: "study plan document", }, ]} @@ -309,7 +309,7 @@ export default function LandingPage() {