From 5fc0b7b07bbca6d64baaeff71a8bcd926b9ccfca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:57:05 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b35a428..ebacf4f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,7 +51,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=2" imageAlt="NRI Institute Campus" mediaAnimation="blur-reveal" mediaPosition="right" @@ -74,19 +74,19 @@ export default function ContactPage() { { title: "Main Campus - Vijayawada", description: "NRI Institute of Technology, Vijayawada, Andhra Pradesh, India. State-of-the-art facilities, modern infrastructure, and excellent connectivity by road and rail.", - imageSrc: "http://img.b2bpic.net/free-photo/building-lake_1127-3460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-lake_1127-3460.jpg?_wi=2", imageAlt: "Main Campus", }, { title: "Admissions Office", description: "Phone: 09391878787 | Email: admissions@nri.edu | Open: Monday to Friday, 9:00 AM to 5:00 PM IST. Special Saturday timings available for student visits.", - 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=3", imageAlt: "Admissions Office", }, { title: "Academic Departments", description: "Contact individual departments for specific course inquiries. Faculty office hours available for academic counseling. Department heads welcome prospective students.", - imageSrc: "http://img.b2bpic.net/free-photo/medical-themeobservation-room-with-computer-tomograph-group-doctors-meeting-mri-office-diagnostic-center-hospital_627829-6526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medical-themeobservation-room-with-computer-tomograph-group-doctors-meeting-mri-office-diagnostic-center-hospital_627829-6526.jpg?_wi=2", imageAlt: "Academic Department", }, ]} @@ -99,7 +99,7 @@ export default function ContactPage() {