diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index 3e7db1b..53c9ea0 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -51,27 +51,27 @@ export default function FacilitiesPage() { title: "Smart Classrooms", description: "Interactive digital learning with projectors, audio systems, and technology-enabled teaching methods for enhanced engagement.", icon: Monitor, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", imageAlt: "Smart classroom setup"}, + 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", imageAlt: "Digital learning"}, + imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=2", imageAlt: "Digital learning"}, ], }, { title: "Science Laboratory", description: "Well-equipped science lab with microscopes, experimental apparatus, and materials for hands-on learning in Physics, Chemistry, and Biology.", icon: Beaker, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg", imageAlt: "Science lab"}, + 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", imageAlt: "Experiment in progress"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg?_wi=2", imageAlt: "Experiment in progress"}, ], }, { title: "Computer Lab", description: "Modern computer lab with updated systems for coding, digital literacy, and computer science education with high-speed internet connectivity.", icon: Cpu, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg", imageAlt: "Computer lab"}, + 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", imageAlt: "Students coding"}, + 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"}, ], }, { @@ -96,9 +96,9 @@ export default function FacilitiesPage() { title: "Safe Campus", description: "Secure, well-maintained campus with proper boundary walls, CCTV surveillance, first aid facility, and disciplined campus culture.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19433.jpg", imageAlt: "Campus entrance"}, + 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", imageAlt: "Campus view"}, + imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg?_wi=4", imageAlt: "Campus view"}, ], }, ]} @@ -131,7 +131,7 @@ export default function FacilitiesPage() { title: "Student Wellness", description: "Sports facilities, healthy canteen, and counseling services support holistic student development.", 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=5" imageAlt="Campus facilities" textboxLayout="default" useInvertedBackground={true} @@ -165,7 +165,7 @@ export default function FacilitiesPage() {