diff --git a/src/app/page.tsx b/src/app/page.tsx index 1892221..8a3641c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-desk-with-potions-holding-notepad_23-2148571285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-desk-with-potions-holding-notepad_23-2148571285.jpg?_wi=1", imageAlt: "Student engaging in advanced science lab", }, { - imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept_23-2148559656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept_23-2148559656.jpg?_wi=1", imageAlt: "Modern classroom environment", }, { @@ -333,7 +333,7 @@ export default function LandingPage() { text: "Apply Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-desk-with-potions-holding-notepad_23-2148571285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-desk-with-potions-holding-notepad_23-2148571285.jpg?_wi=2", imageAlt: "Girl looking through microscope with female scientist and potions", }, { @@ -350,7 +350,7 @@ export default function LandingPage() { text: "Apply Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept_23-2148559656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept_23-2148559656.jpg?_wi=2", imageAlt: "Girl looking through microscope with female scientist and potions", }, ]}