From 2b152e63cd437cc35415b60e026930c94f7e0a64 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:59:15 +0000 Subject: [PATCH] Update src/app/academics/page.tsx --- src/app/academics/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/academics/page.tsx b/src/app/academics/page.tsx index 0ebf287..0f99433 100644 --- a/src/app/academics/page.tsx +++ b/src/app/academics/page.tsx @@ -93,32 +93,32 @@ export default function AcademicsPage() { carouselItems={[ { id: "carousel-ac1", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg?_wi=1", imageAlt: "Modern classroom", }, { id: "carousel-ac2", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg?_wi=2", imageAlt: "Science lab", }, { id: "carousel-ac3", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg?_wi=3", imageAlt: "Library resources", }, { id: "carousel-ac4", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg?_wi=4", imageAlt: "Technology center", }, { id: "carousel-ac5", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg?_wi=5", imageAlt: "Group projects", }, { id: "carousel-ac6", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-scientist-girl-having-fun-with-chemistry-experiments_23-2148571314.jpg?_wi=6", imageAlt: "Interactive learning", }, ]}