diff --git a/app/(dashboard)/community/page.tsx b/app/(dashboard)/community/page.tsx index 9aa94e5..b1c85b1 100644 --- a/app/(dashboard)/community/page.tsx +++ b/app/(dashboard)/community/page.tsx @@ -736,6 +736,25 @@ export default function CommunityPage() { return (
{/* ── Hero Banner ──────────────────────────────────────────────────── */} +
+
+

+ Welcome to the Community +

+

+ Connect with mentors and peers — ask questions, share wins, discover resources, and join live events. +

+ +
+
{/* ── Main content + sidebar ────────────────────────────────────────── */} @@ -771,6 +790,12 @@ export default function CommunityPage() { {DISCUSSIONS.map((post) => ( ))} + + {/* Discussion list */} +
+ {DISCUSSIONS.map((post) => ( + + ))}