diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 6917911..2dddc0b 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -87,7 +87,7 @@ export default function ProgramsPage() { features={[ { id: "1", title: "Science & Technology", description: "Advanced courses in biology, chemistry, physics, and engineering preparing students for technical careers and higher education", media: { - imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg", imageAlt: "STEM learning"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=3", imageAlt: "STEM learning"}, items: [ { icon: CheckCircle, text: "Hands-on laboratory experience" }, { icon: CheckCircle, text: "Industry partnerships and internships" }, @@ -97,7 +97,7 @@ export default function ProgramsPage() { }, { id: "2", title: "Arts & Humanities", description: "Comprehensive program in literature, history, philosophy, and social sciences fostering critical thinking and cultural awareness", media: { - imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg", imageAlt: "Arts education"}, + imageSrc: "http://img.b2bpic.net/free-photo/vendor-carrying-lemons-customers_482257-102023.jpg?_wi=3", imageAlt: "Arts education"}, items: [ { icon: CheckCircle, text: "Creative expression and performance" }, { icon: CheckCircle, text: "Debate and public speaking" }, @@ -107,7 +107,7 @@ export default function ProgramsPage() { }, { id: "3", title: "Communication & Language", description: "English, Filipino, and foreign languages with emphasis on practical communication skills and global perspectives", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg", imageAlt: "Humanities learning"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149204754.jpg?_wi=3", imageAlt: "Humanities learning"}, items: [ { icon: CheckCircle, text: "Native and fluent language instruction" }, { icon: CheckCircle, text: "International exchange programs" },