diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 2c73d16c..5d09c1b4 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -1426,6 +1426,149 @@ export default function Community() { + {/* New Member Hub */} +
+
+ +
+ + +
+
+
+ +
+
+

+ Welcome to AeThex +

+

+ Learn how to customise your profile, meet mentors, and ship your first contribution. +

+
+ +
+
+
+
+

+ Orientation snapshot +

+
+
+ Average onboarding time + 22 mins +
+
+ Mentors online right now + 18 +
+
+ Starter quests completed this week + 412 +
+
+
+ + + +
+ + +
+ + First steps checklist +
+ + Ship your first wins this week + + + Work through the essentials and unlock the New Recruit badge. + +
+ +
    + {newMemberSteps.map((step) => { + const Icon = step.icon; + return ( +
  • +
    + +
    +
    +

    + {step.title} +

    +

    + {step.description} +

    +
    +
  • + ); + })} +
+
+
+ + + +
+ + Quick wins +
+ + Jump into the right resources + + + Explore guides and shortcuts tailored for first-time members. + +
+ +
+ {newMemberResources.map((resource) => ( +
+
+
+

+ {resource.title} +

+

+ {resource.description} +

+
+ +
+ +
+ ))} +
+
+
+
+
+
+
+ {/* Community Stats */}