diff --git a/src/app/page.tsx b/src/app/page.tsx index 49d9f20..611986a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-book-from-shelf_23-2147797381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-book-from-shelf_23-2147797381.jpg?_wi=1", imageAlt: "modern library interior", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { title: "Daily Visitors", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257245.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257245.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" imageAlt="librarian helping student" @@ -122,7 +122,7 @@ export default function LandingPage() { title: "Study Rooms", description: "Quiet rooms for focused learning.", tag: "Study", - imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-book-from-shelf_23-2147797381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-book-from-shelf_23-2147797381.jpg?_wi=2", imageAlt: "Friends learning in a study group", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { title: "Free Wi-Fi", description: "Stay connected while you learn.", tag: "Tech", - imageSrc: "http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257245.jpg?_wi=2", imageAlt: "Friends learning in a study group", }, ]}