Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-24 03:47:44 +00:00

View File

@@ -65,9 +65,9 @@ export default function LandingPage() {
imageAlt="Dashboard showing AI-powered note organization interface" imageAlt="Dashboard showing AI-powered note organization interface"
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ type: "text", text: "Organize Ideas Instantly", icon: CheckCircle }, { type: "text", text: "Organize Ideas Instantly" },
{ type: "text", text: "Collaborate in Real-Time", icon: Sparkles }, { type: "text", text: "Collaborate in Real-Time" },
{ type: "text", text: "AI-Powered Insights", icon: ArrowRight } { type: "text", text: "AI-Powered Insights" }
]} ]}
marqueeSpeed={30} marqueeSpeed={30}
showMarqueeCard={true} showMarqueeCard={true}