diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 34c0da00..fc09cb82 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2535,6 +2535,83 @@ export default function Community() { + + + {/* DevConnect Spotlight */} +
+
+
+
+
+ + New Platform + +

+ Introducing DevConnect +

+

+ DevConnect is our dedicated hub for platform teams building the next wave of AeThex experiences. Launch collabs, monitor live services, and activate the Studio network — all from one command center. +

+
+ + +
+
+ + +
+ {devConnectHighlights.map((highlight, index) => { + const Icon = highlight.icon; + return ( +
+
+ +
+
+

+ {highlight.title} +

+

+ {highlight.description} +

+
+
+ ); + })} +
+
+ DevConnect syncs directly with AeThex developer profiles, so your activity, streaks, and achievements follow you across every build. +
+
+
+
+
+
+
{/* Community Stats */}