diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 23e53e3..567fc5c 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -52,8 +52,8 @@ export default function EventsPage() { description: "Explore machine learning fundamentals with interactive demos and real-world applications. Perfect for beginners and intermediate learners.", icon: Brain, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "Participants working on AI projects" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg", imageAlt: "Instructor presenting AI concepts" } + { imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=3", imageAlt: "Participants working on AI projects" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=3", imageAlt: "Instructor presenting AI concepts" } ] }, { @@ -61,8 +61,8 @@ export default function EventsPage() { description: "Showcase your coding prowess in our annual hackathon. Build innovative solutions with mentors and win exciting prizes.", icon: Code, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg", imageAlt: "Team collaborating on a hackathon project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "Judges reviewing hackathon submissions" } + { imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg?_wi=2", imageAlt: "Team collaborating on a hackathon project" }, + { imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=4", imageAlt: "Judges reviewing hackathon submissions" } ] } ]} @@ -129,8 +129,8 @@ export default function EventsPage() { description: "Connect with industry professionals and explore internship and job opportunities at leading tech companies.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173705.jpg", imageAlt: "Career fair networking" }, - { imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg", imageAlt: "Professional discussions" } + { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173705.jpg?_wi=1", imageAlt: "Career fair networking" }, + { imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=3", imageAlt: "Professional discussions" } ] } ]}