From acb7527c02e76dec401e974a4c050d1c8d8ecf04 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:54:21 +0000 Subject: [PATCH] Update src/app/academics/page.tsx --- src/app/academics/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/academics/page.tsx b/src/app/academics/page.tsx index e8fcfea..70c1a97 100644 --- a/src/app/academics/page.tsx +++ b/src/app/academics/page.tsx @@ -51,36 +51,36 @@ export default function AcademicsPage() { title: "Pre-Primary", description: "Foundation learning with play-based activities, language development, and early numeracy skills in safe, nurturing environment.", icon: Smile, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/set-kid-toys-white-shelf_53876-146765.jpg", imageAlt: "Pre-primary classroom"}, + imageSrc: "http://img.b2bpic.net/free-photo/set-kid-toys-white-shelf_53876-146765.jpg?_wi=2", imageAlt: "Pre-primary classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/siblings-together-playing-with-toys_1398-3964.jpg", imageAlt: "Pre-primary activity"}, + imageSrc: "http://img.b2bpic.net/free-photo/siblings-together-playing-with-toys_1398-3964.jpg?_wi=2", imageAlt: "Pre-primary activity"}, ], }, { title: "Primary", description: "Strong foundation in English, Mathematics, Science, Social Studies with emphasis on conceptual understanding and practical learning.", icon: BookMarked, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-teacher-listening-her-students_1098-2801.jpg", imageAlt: "Primary classroom"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-teacher-listening-her-students_1098-2801.jpg?_wi=2", imageAlt: "Primary classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg", imageAlt: "Primary project work"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg?_wi=2", imageAlt: "Primary project work"}, ], }, { title: "Secondary", description: "Balanced academics with English medium instruction, RBSE curriculum, labs, and focus on board exam preparation.", icon: BookCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg", imageAlt: "Secondary classroom"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg?_wi=2", imageAlt: "Secondary classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-test-tube-watching-teacher-with-children_259150-60276.jpg", imageAlt: "Science experiment"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-test-tube-watching-teacher-with-children_259150-60276.jpg?_wi=2", imageAlt: "Science experiment"}, ], }, { title: "Senior Secondary", description: "Science and Humanities streams with advanced curriculum, computer labs, library resources, and focused board exam coaching.", icon: GraduationCap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg", imageAlt: "Senior secondary class"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg?_wi=2", imageAlt: "Senior secondary class"}, { - imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", imageAlt: "Computer lab"}, + imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=2", imageAlt: "Computer lab"}, ], }, ]} @@ -113,7 +113,7 @@ export default function AcademicsPage() { title: "Holistic Skills", description: "Beyond academics, we develop communication, critical thinking, creativity, and leadership through diverse co-curricular programs.", icon: Lightbulb, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg" + imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=4" imageAlt="Curriculum focus" textboxLayout="default" useInvertedBackground={false} @@ -147,7 +147,7 @@ export default function AcademicsPage() {