From f4ea6f0b4e3cd210900acca1d6a12f8ad75e91f8 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 25 Feb 2026 18:54:21 +0200 Subject: [PATCH] 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}