Bob AI: fix build errors (attempt 1)

This commit is contained in:
2026-02-25 18:54:21 +02:00
parent 6b031491a8
commit f4ea6f0b4e

View File

@@ -66,9 +66,9 @@ export default function HomePage() {
imageAlt="Students collaborating on tech projects" imageAlt="Students collaborating on tech projects"
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ type: "text", text: "Weekly Workshops", icon: CheckCircle }, { type: "text", text: "Weekly Workshops" },
{ type: "text", text: "Project Showcases", icon: Sparkles }, { type: "text", text: "Project Showcases" },
{ type: "text", text: "Guest Speaker Series", icon: ArrowRight } { type: "text", text: "Guest Speaker Series" }
]} ]}
marqueeSpeed={30} marqueeSpeed={30}
showMarqueeCard={true} showMarqueeCard={true}