diff --git a/src/app/page.tsx b/src/app/page.tsx index 49b7349..58503eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,17 +71,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/male-student-listening-ambient-study-music-headset-collecting-data_482257-126918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-student-listening-ambient-study-music-headset-collecting-data_482257-126918.jpg?_wi=1", imageAlt: "Modern Study Environment", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/three-happy-students-writing-notebooks-laptop-library_496169-1220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-happy-students-writing-notebooks-laptop-library_496169-1220.jpg?_wi=1", imageAlt: "Student Discussion", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4038.jpg?_wi=1", imageAlt: "University Campus", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-manager-reviewing-documents_482257-123692.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/male-student-listening-ambient-study-music-headset-collecting-data_482257-126918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-student-listening-ambient-study-music-headset-collecting-data_482257-126918.jpg?_wi=2", imageAlt: "student studying laptop campus background", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/tablet-books-arrangement_23-2149765756.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/three-happy-students-writing-notebooks-laptop-library_496169-1220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-happy-students-writing-notebooks-laptop-library_496169-1220.jpg?_wi=2", imageAlt: "students discussing college campus", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/mature-group-college-students-read-green-screen-device_482257-123157.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel_1127-4038.jpg?_wi=2", imageAlt: "university campus aerial view", }, ]}