diff --git a/src/app/page.tsx b/src/app/page.tsx index 545a749..013af8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,13 +56,13 @@ export default function HomePage() { testimonials={[ { name: "Rahul Kumar", handle: "CSE Graduate, 2023", testimonial: "The practical approach and industry exposure at NRI transformed my career. Placed at Google with competitive package.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Rahul Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=1", imageAlt: "Rahul Kumar"}, { name: "Priya Sharma", handle: "AI Specialization, 2023", testimonial: "Excellent faculty and state-of-the-art labs. The hackathons and innovation programs are truly world-class.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=2", imageAlt: "Priya Sharma"}, { name: "Arjun Singh", handle: "ECE Graduate, 2022", testimonial: "NRI's autonomous status gave us academic freedom and industry partnerships that accelerated my learning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Arjun Singh"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=3", imageAlt: "Arjun Singh"}, ]} buttons={[ { text: "Apply Now", href: "/admissions" }, @@ -158,17 +158,17 @@ export default function HomePage() {