From c9cd020556908e76c3c978e014e2000cef64cce9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:18:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b30d68..3961a23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Kumar", handle: "Parent, Student Guardian", testimonial: "Excellent school with dedicated teachers and modern facilities. My child has grown tremendously here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-friends-sitting-cafe_273609-15677.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/female-friends-sitting-cafe_273609-15677.jpg?_wi=1" }, { name: "Priya Sharma", handle: "Student, Grade 12", testimonial: "Amazing learning environment with computer labs, robotics programs, and supportive faculty. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-smiling_23-2148729657.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-smiling_23-2148729657.jpg?_wi=1" }, { name: "Arjun Patel", handle: "Parent, Student Guardian", testimonial: "The school bus facility and quality education make Bhim Nagar School the best choice for our family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-friends-sitting-cafe_273609-15677.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/female-friends-sitting-cafe_273609-15677.jpg?_wi=2" } ]} testimonialRotationInterval={5000} @@ -134,25 +134,25 @@ export default function LandingPage() { id: "1", name: "Dr. Krishna Reddy", role: "School Principal", imageSrc: "http://img.b2bpic.net/free-photo/smiley-teacher-classroom_23-2151696440.jpg" }, { - id: "2", name: "Mrs. Sunita Sharma", role: "Head, Computer Science", imageSrc: "http://img.b2bpic.net/free-photo/classmates-preparing-presentation_1098-2395.jpg" + id: "2", name: "Mrs. Sunita Sharma", role: "Head, Computer Science", imageSrc: "http://img.b2bpic.net/free-photo/classmates-preparing-presentation_1098-2395.jpg?_wi=1" }, { - id: "3", name: "Mr. Rajesh Kumar", role: "Robotics & STEM Instructor", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg" + id: "3", name: "Mr. Rajesh Kumar", role: "Robotics & STEM Instructor", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg?_wi=1" }, { - id: "4", name: "Ms. Priya Mathews", role: "Mathematics Teacher", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-content-teacher-with-folded-hands_74855-10318.jpg" + id: "4", name: "Ms. Priya Mathews", role: "Mathematics Teacher", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-content-teacher-with-folded-hands_74855-10318.jpg?_wi=1" }, { - id: "5", name: "Mr. Arun Verma", role: "English & Literature", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg" + id: "5", name: "Mr. Arun Verma", role: "English & Literature", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg?_wi=2" }, { - id: "6", name: "Mrs. Vandana Singh", role: "Science Educator", imageSrc: "http://img.b2bpic.net/free-photo/classmates-preparing-presentation_1098-2395.jpg" + id: "6", name: "Mrs. Vandana Singh", role: "Science Educator", imageSrc: "http://img.b2bpic.net/free-photo/classmates-preparing-presentation_1098-2395.jpg?_wi=2" }, { - id: "7", name: "Mr. Vikram Patel", role: "Physical Education", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-content-teacher-with-folded-hands_74855-10318.jpg" + id: "7", name: "Mr. Vikram Patel", role: "Physical Education", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-content-teacher-with-folded-hands_74855-10318.jpg?_wi=2" }, { - id: "8", name: "Ms. Anjali Gupta", role: "Social Studies", imageSrc: "http://img.b2bpic.net/free-photo/classmates-preparing-presentation_1098-2395.jpg" + id: "8", name: "Ms. Anjali Gupta", role: "Social Studies", imageSrc: "http://img.b2bpic.net/free-photo/classmates-preparing-presentation_1098-2395.jpg?_wi=3" } ]} animationType="slide-up" @@ -213,16 +213,16 @@ export default function LandingPage() {