diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index d37c7012..525bca94 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -318,6 +318,81 @@ 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 profiles, so your + activity, streaks, and achievements follow you across every + build. +
+
+
+
+
+
+ {/* Upcoming Events */}