From f4ea6f0b4e3cd210900acca1d6a12f8ad75e91f8 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 25 Feb 2026 18:54:21 +0200 Subject: [PATCH 1/3] Bob AI: fix build errors (attempt 1) --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 459b2af..b27b330 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,9 +66,9 @@ export default function HomePage() { imageAlt="Students collaborating on tech projects" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "Weekly Workshops", icon: CheckCircle }, - { type: "text", text: "Project Showcases", icon: Sparkles }, - { type: "text", text: "Guest Speaker Series", icon: ArrowRight } + { type: "text", text: "Weekly Workshops" }, + { type: "text", text: "Project Showcases" }, + { type: "text", text: "Guest Speaker Series" } ]} marqueeSpeed={30} showMarqueeCard={true} -- 2.49.1 From d649864890fc9e7d3f075f3c56d6cc0af7d1c5e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 16:54:59 +0000 Subject: [PATCH 2/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 50c45e3..a11f73a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { role: "Computer Science Student", company: "University Tech Program", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=1", imageAlt: "Sarah Chen, Computer Science Student" }, { @@ -87,7 +87,7 @@ export default function AboutPage() { role: "Software Engineering Intern", company: "StartupTech Inc.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg", imageAlt: "Marcus Johnson, Software Engineering Intern" } ]} -- 2.49.1 From 4ba09e5a1eed195f084a8ba02ba772b2aa86a1d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 16:55:00 +0000 Subject: [PATCH 3/3] Update src/app/events/page.tsx --- src/app/events/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 567fc5c..b7c8755 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?_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" } + { imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=1", 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" } ] }, { @@ -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?_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" } + { 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?_wi=2", imageAlt: "Judges reviewing hackathon submissions" } ] } ]} @@ -130,7 +130,7 @@ export default function EventsPage() { icon: Users, mediaItems: [ { 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" } + { imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=2", imageAlt: "Professional discussions" } ] } ]} -- 2.49.1