diff --git a/src/app/page.tsx b/src/app/page.tsx index f393fa3..42f1bfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,23 +64,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg?_wi=1", imageAlt: "Happy students in a bright classroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg?_wi=2", imageAlt: "Modern campus exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg?_wi=3", imageAlt: "Students engaged in active learning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg?_wi=4", imageAlt: "Diverse students collaborative work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-row_1098-1129.jpg?_wi=5", imageAlt: "Technology in the classroom", }, ]}