diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 17c73f4..de21c19 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { description="Founded on the principles of inclusivity, innovation, and integrity" subdescription="Serving 500+ students with 50+ dedicated educators" icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg" + imageSrc="http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg?_wi=2" imageAlt="Modern classroom with interactive learning environment" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/academics/page.tsx b/src/app/academics/page.tsx index cdb95b5..e6040f3 100644 --- a/src/app/academics/page.tsx +++ b/src/app/academics/page.tsx @@ -82,19 +82,19 @@ export default function AcademicsPage() { id: 1, tag: "Core Subjects", title: "Strong Foundation", subtitle: "English, Mathematics, Science & Social Studies", description: "Our experienced faculty delivers engaging lessons using modern teaching methods and interactive technology. We emphasize conceptual understanding and practical application to prepare students for future success.", imageSrc: - "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844692.jpg", imageAlt: "Students engaged in classroom learning", buttons: [], + "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844692.jpg?_wi=2", imageAlt: "Students engaged in classroom learning", buttons: [], }, { id: 2, tag: "Enrichment Programs", title: "Beyond The Classroom", subtitle: "Arts, Sports, Technology & Languages", description: "We believe in developing the whole student. Our enrichment programs include visual arts, music, physical education, computer science, and language learning to foster creativity and well-rounded development.", imageSrc: - "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960280.jpg", imageAlt: "Students participating in school event", buttons: [], + "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960280.jpg?_wi=2", imageAlt: "Students participating in school event", buttons: [], }, { id: 3, tag: "Student Support", title: "Personalized Learning", subtitle: "Counseling, Tutoring & Mentoring", description: "Every student receives individualized attention and support. Our guidance counselors, tutors, and mentors work closely with students to address their unique learning needs and help them achieve their full potential.", imageSrc: - "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173716.jpg", imageAlt: "Teacher providing personalized student guidance", buttons: [], + "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173716.jpg?_wi=2", imageAlt: "Teacher providing personalized student guidance", buttons: [], }, ]} title="Comprehensive Academic Programs" diff --git a/src/app/page.tsx b/src/app/page.tsx index e3cbfcf..29106f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function HomePage() { description="Founded on the principles of inclusivity, innovation, and integrity" subdescription="Serving 500+ students with 50+ dedicated educators" icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg" + imageSrc="http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg?_wi=1" imageAlt="Modern classroom with interactive learning environment" mediaAnimation="slide-up" useInvertedBackground={false} @@ -109,17 +109,17 @@ export default function HomePage() { { id: 1, tag: "Core Subjects", title: "Strong Foundation", subtitle: "English, Mathematics, Science & Social Studies", description: - "Our experienced faculty delivers engaging lessons using modern teaching methods and interactive technology. We emphasize conceptual understanding and practical application to prepare students for future success.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844692.jpg", imageAlt: "Students engaged in classroom learning", buttons: [], + "Our experienced faculty delivers engaging lessons using modern teaching methods and interactive technology. We emphasize conceptual understanding and practical application to prepare students for future success.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844692.jpg?_wi=1", imageAlt: "Students engaged in classroom learning", buttons: [], }, { id: 2, tag: "Enrichment Programs", title: "Beyond The Classroom", subtitle: "Arts, Sports, Technology & Languages", description: - "We believe in developing the whole student. Our enrichment programs include visual arts, music, physical education, computer science, and language learning to foster creativity and well-rounded development.", imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960280.jpg", imageAlt: "Students participating in school event", buttons: [], + "We believe in developing the whole student. Our enrichment programs include visual arts, music, physical education, computer science, and language learning to foster creativity and well-rounded development.", imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960280.jpg?_wi=1", imageAlt: "Students participating in school event", buttons: [], }, { id: 3, tag: "Student Support", title: "Personalized Learning", subtitle: "Counseling, Tutoring & Mentoring", description: - "Every student receives individualized attention and support. Our guidance counselors, tutors, and mentors work closely with students to address their unique learning needs and help them achieve their full potential.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173716.jpg", imageAlt: "Teacher providing personalized student guidance", buttons: [], + "Every student receives individualized attention and support. Our guidance counselors, tutors, and mentors work closely with students to address their unique learning needs and help them achieve their full potential.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173716.jpg?_wi=1", imageAlt: "Teacher providing personalized student guidance", buttons: [], }, ]} title="Comprehensive Academic Programs"