diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b7d2d70..529fa86 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function AboutPage() { title: "Community Trust", description: "Trusted by hundreds of families in Jhotwara for our consistent quality, transparent operations, and student-centric approach.", icon: CheckCircle, }, ]} - 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=3" imageAlt="About Angels Academy" textboxLayout="default" useInvertedBackground={false} @@ -104,27 +104,27 @@ export default function AboutPage() { title: "Smart Classrooms", description: "Interactive digital learning with projectors, audio systems, and technology-enabled teaching methods for enhanced engagement.", icon: Monitor, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", imageAlt: "Smart classroom setup"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg?_wi=1", imageAlt: "Smart classroom setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg", imageAlt: "Digital learning"}, + imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=1", imageAlt: "Digital learning"}, ], }, { title: "Science Laboratory", description: "Well-equipped science lab with microscopes, experimental apparatus, and materials for hands-on learning in Physics, Chemistry, and Biology.", icon: Beaker, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg", imageAlt: "Science lab"}, + imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg?_wi=1", imageAlt: "Science lab"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg", imageAlt: "Experiment in progress"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg?_wi=1", imageAlt: "Experiment in progress"}, ], }, { title: "Computer Lab", description: "Modern computer lab with updated systems for coding, digital literacy, and computer science education with high-speed internet connectivity.", icon: Cpu, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg", imageAlt: "Computer lab"}, + imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg?_wi=2", imageAlt: "Computer lab"}, { - imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg", imageAlt: "Students coding"}, + imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=1", imageAlt: "Students coding"}, ], }, ]} @@ -138,7 +138,7 @@ export default function AboutPage() {