diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index ab7528b..b74f3f9 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -44,21 +44,21 @@ export default function ProgramsPage() { id: 1, title: "Core Curriculum", description: "Rigorous instruction in mathematics, language arts, science, and social studies with hands-on learning experiences that engage students at all ability levels.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg?_wi=2", imageAlt: "Core curriculum and classroom instruction", }, { id: 2, title: "Enrichment Activities", description: "Music, art, physical education, and special interest clubs that develop well-rounded learners and foster creativity, self-expression, and teamwork.", - imageSrc: "http://img.b2bpic.net/free-photo/sporty-kids-holding-balls-gym_23-2149351797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sporty-kids-holding-balls-gym_23-2149351797.jpg?_wi=2", imageAlt: "Enrichment activities and extracurriculars", }, { id: 3, title: "Student Support Services", description: "Counseling, reading intervention, math support, and special education services ensuring every child receives personalized attention and resources to thrive.", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-mixed-race-women-have-conversation-learning-process_273609-28625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-mixed-race-women-have-conversation-learning-process_273609-28625.jpg?_wi=2", imageAlt: "Student support and counseling", }, ]} @@ -105,7 +105,7 @@ export default function ProgramsPage() { description="Interested in learning more about our academic programs? Contact us to arrange a personalized campus tour and speak with our educators about how we can support your child's learning journey." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=2" imageAlt="Teacher ready to discuss programs" mediaAnimation="slide-up" mediaPosition="right" @@ -117,7 +117,7 @@ export default function ProgramsPage() {