From 4acce147f5d9474619e8b82d4cbcd52b671269dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:50:05 +0000 Subject: [PATCH] Update src/app/facilities/page.tsx --- src/app/facilities/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index 3f1527b..3fa13bd 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -52,11 +52,11 @@ export default function FacilitiesPage() { icon: Monitor, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg?_wi=2", imageAlt: "Smart classroom setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=2", imageAlt: "Digital learning", }, ], @@ -67,11 +67,11 @@ export default function FacilitiesPage() { icon: Beaker, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg?_wi=2", imageAlt: "Science lab", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg?_wi=2", imageAlt: "Experiment in progress", }, ], @@ -82,11 +82,11 @@ export default function FacilitiesPage() { icon: Cpu, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg?_wi=3", imageAlt: "Computer lab", }, { - imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=2", imageAlt: "Students coding", }, ], @@ -127,11 +127,11 @@ export default function FacilitiesPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19433.jpg?_wi=2", imageAlt: "Campus entrance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg?_wi=1", imageAlt: "Campus view", }, ], @@ -174,7 +174,7 @@ export default function FacilitiesPage() { icon: Lightbulb, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg" + imageSrc="http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg?_wi=2" imageAlt="Campus facilities" textboxLayout="default" useInvertedBackground={true}