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}