diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 5a5dd188..34c0da00 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2473,6 +2473,68 @@ export default function Community() { + + + {/* Community Platforms */} +
+
+
+

+ Connect on Your Favorite Platform +

+

+ Multiple ways to engage with the AeThex community +

+
+ +
+ {platforms.map((platform, index) => { + const Icon = platform.icon; + return ( + + +
+ +
+ {platform.name} + {platform.description} +
+ +
+
+ Members: + + {platform.members} + +
+
+ Activity: + + {platform.activity} + +
+
+ + +
+
+ ); + })} +
+
+
+
{/* Community Stats */}