From 8a9c481ee2f338700f4c5b9a88636178b4543fa0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:51:40 +0000 Subject: [PATCH 1/2] Update src/app/community/page.tsx --- src/app/community/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, -- 2.49.1 From f9617aa2d51fdfe0076190d56b90dd24060d2cb2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:51:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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" -- 2.49.1