diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 95e0528..0336dd2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ export default function AboutPage() { icon: TrendingUp, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg" + imageSrc="http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=2" imageAlt="MITA Academy learning environment" mediaAnimation="slide-up" textboxLayout="default" @@ -87,49 +87,49 @@ export default function AboutPage() { id: 1, title: "Cambridge Primary", description: "Building strong foundations in Mathematics, English, Science, and ICT for young learners developing essential academic skills.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164803.jpg?_wi=3", imageAlt: "Cambridge Primary curriculum", }, { id: 2, title: "Cambridge Secondary", description: "Developing advanced understanding in Mathematics, English, and Science as students transition to upper-level studies.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-together_23-2149204758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-together_23-2149204758.jpg?_wi=3", imageAlt: "Cambridge Secondary studies", }, { id: 3, title: "Cambridge IGCSE", description: "Rigorous preparation across 14 subjects including sciences, languages, humanities, and technical subjects for international recognition.", - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-fun-business-event_23-2149370495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-fun-business-event_23-2149370495.jpg?_wi=3", imageAlt: "IGCSE examination preparation", }, { id: 4, title: "Cambridge AS & A Levels", description: "Advanced qualifications in specialized subjects preparing students for university and professional pathways worldwide.", - imageSrc: "http://img.b2bpic.net/free-vector/digital-learning-background-with-tablet-educational-items_23-2147598080.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/digital-learning-background-with-tablet-educational-items_23-2147598080.jpg?_wi=2", imageAlt: "AS and A Level studies", }, { id: 5, title: "LGCSE Programs", description: "Alternative qualification pathway covering core subjects with emphasis on practical application and skills development.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164803.jpg?_wi=4", imageAlt: "LGCSE curriculum options", }, { id: 6, title: "Pearson/Edexcel", description: "Comprehensive programs in Mathematics, English, Science, Business Studies, and Economics with practical focus.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-together_23-2149204758.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-studying-together_23-2149204758.jpg?_wi=4", imageAlt: "Pearson education pathways", }, { id: 7, title: "International Baccalaureate", description: "Holistic IB curriculum including Higher and Standard Level subjects with emphasis on critical thinking and global perspectives.", - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-fun-business-event_23-2149370495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-fun-business-event_23-2149370495.jpg?_wi=4", imageAlt: "IB curriculum excellence", }, ]} @@ -143,7 +143,7 @@ export default function AboutPage() { {/* Footer */}