From a880938731baac4621ee1969b4b6b6146a53fcb1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 22:16:53 +0000 Subject: [PATCH] Insert new member hub section cgen-7382c1b8748046288c7647d19a4b8492 --- client/pages/Community.tsx | 143 +++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) 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 */}