From 774fbae5cf3f6c93703bb28c00c6989ff90b8a1d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:07:02 +0000 Subject: [PATCH 1/3] Update src/app/admissions/page.tsx --- src/app/admissions/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index e47f2e3..b23cee3 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -47,15 +47,15 @@ export default function AdmissionsPage() { { id: "1", title: "Engineering", description: "Cutting-edge programs in civil, mechanical, electrical, and software engineering with hands-on laboratory experience.", tag: "Engineering", imageSrc: - "http://img.b2bpic.net/free-photo/radiologists-specialists-examine-x-ray-test-results-right-treatment_482257-123082.jpg", imageAlt: "Engineering students in laboratory"}, + "http://img.b2bpic.net/free-photo/radiologists-specialists-examine-x-ray-test-results-right-treatment_482257-123082.jpg?_wi=2", imageAlt: "Engineering students in laboratory"}, { id: "2", title: "Business Administration", description: "Comprehensive business education covering finance, management, marketing, and entrepreneurship with industry partnerships.", tag: "Business", imageSrc: - "http://img.b2bpic.net/free-photo/entrepreneurs-meeting-office_23-2148898680.jpg", imageAlt: "Business classroom with students"}, + "http://img.b2bpic.net/free-photo/entrepreneurs-meeting-office_23-2148898680.jpg?_wi=2", imageAlt: "Business classroom with students"}, { id: "3", title: "Natural Sciences", description: "Advanced research opportunities in biology, chemistry, physics, and environmental science with modern research facilities.", tag: "Science", imageSrc: - "http://img.b2bpic.net/free-photo/groupe-researchers-pharmacology-hospital-laboratory-modern-equipment-research-laboratory_482257-34686.jpg", imageAlt: "Science laboratory research"}, + "http://img.b2bpic.net/free-photo/groupe-researchers-pharmacology-hospital-laboratory-modern-equipment-research-laboratory_482257-34686.jpg?_wi=2", imageAlt: "Science laboratory research"}, ]} animationType="slide-up" textboxLayout="default" @@ -104,7 +104,7 @@ export default function AdmissionsPage() {