diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ce50b4..8eda7ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mother-assisting-her-daughter-drawing_1170-2769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-assisting-her-daughter-drawing_1170-2769.jpg?_wi=1", imageAlt: "modern indian school classroom teaching", }, { @@ -117,7 +117,7 @@ export default function LandingPage() { description: "Focusing on character building and critical thinking.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg?_wi=1" imageAlt="modern indian private school building exterior" mediaAnimation="slide-up" /> @@ -142,7 +142,7 @@ export default function LandingPage() { title: "Secondary School", description: "Advanced subjects to prepare for higher education.", tag: "Advanced", - imageSrc: "http://img.b2bpic.net/free-photo/mother-assisting-her-daughter-drawing_1170-2769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-assisting-her-daughter-drawing_1170-2769.jpg?_wi=2", imageAlt: "Little boy drawing his father hand on paper", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { title: "Sports & Co-curricular", description: "Sports, arts, and club activities for total personality development.", tag: "Extracurricular", - imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg?_wi=2", imageAlt: "Little boy drawing his father hand on paper", }, ]}