From 6a0bcc34270761e771d0121374b49440fe091cee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 06:55:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1