diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 382a2af..07f6c46 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -89,7 +89,7 @@ export default function CommunityPage() { tagIcon={Shield} features={[ { - title: "ADHD Support Hub", description: "Time management, executive function, and ADHD-specific strategies shared by the community.", bentoComponent: "3d-task-list", heading: "ADHD Topics", items: [ + title: "ADHD Support Hub", description: "Time management, executive function, and ADHD-specific strategies shared by the community.", bentoComponent: "3d-task-list", title: "ADHD Support Hub", items: [ { icon: Clock, label: "Time Management", time: "Active"}, diff --git a/src/app/page.tsx b/src/app/page.tsx index 594a6ef..48a927c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,6 +27,7 @@ import { Crown, Lock, Target, + Star, } from "lucide-react"; export default function HomePage() { @@ -106,7 +107,7 @@ export default function HomePage() { title: "Text-to-Speech Support", description: "Built-in audio narration for all content makes information accessible to everyone, including those with reading challenges.", bentoComponent: "reveal-icon", icon: Volume2, }, { - title: "Daily Tasks", description: "Timers, reminders, and task breakdowns help manage executive function challenges and time blindness.", bentoComponent: "3d-task-list", heading: "Task Management", items: [ + title: "Daily Tasks", description: "Timers, reminders, and task breakdowns help manage executive function challenges and time blindness.", bentoComponent: "3d-task-list", title: "Daily Tasks", items: [ { icon: CheckCircle, label: "Morning Routine", time: "30 min"}, @@ -163,15 +164,15 @@ export default function HomePage() { { icon: Lightbulb, title: "Shared Strategies", description: "Community members share proven coping strategies, productivity hacks, and life management tips that work."}, + { + icon: Star, + title: "Success Stories", description: "Inspiring real-life stories from community members celebrating wins and sharing journeys of growth."}, { icon: Zap, title: "Weekly Events", description: "Virtual hangouts, Q&A sessions, workshops, and activities designed with neurodivergent needs in mind."}, { icon: Heart, title: "Mentorship Program", description: "Connect with experienced members who provide guidance, encouragement, and practical advice."}, - { - icon: Sparkles, - title: "Success Stories", description: "Inspiring real-life stories from community members celebrating wins and sharing journeys of growth."}, ]} textboxLayout="default" animationType="slide-up"