diff --git a/src/app/page.tsx b/src/app/page.tsx index ec34e29..46eb391 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,9 +65,9 @@ export default function LandingPage() { imageAlt="Dashboard showing AI-powered note organization interface" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "Organize Ideas Instantly", icon: CheckCircle }, - { type: "text", text: "Collaborate in Real-Time", icon: Sparkles }, - { type: "text", text: "AI-Powered Insights", icon: ArrowRight } + { type: "text", text: "Organize Ideas Instantly" }, + { type: "text", text: "Collaborate in Real-Time" }, + { type: "text", text: "AI-Powered Insights" } ]} marqueeSpeed={30} showMarqueeCard={true}