Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-09 18:51:46 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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"},

View File

@@ -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"