diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 0acc0788..eff06f14 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2823,6 +2823,90 @@ export default function Community() { + + + {/* Real-time Collaboration */} +
+
+ +
+ + + Active channels + + See who’s online and jump into the conversations that matter right now. + + + + {chatChannels.map((channel) => { + const Icon = channel.icon; + return ( +
+
+
+
+ +
+
+

+ {channel.name} +

+

+ {channel.description} +

+
+
+ + {channel.participants} members + +
+
+ Synced with Discord + + {channel.activeNow} live now + +
+
+ ); + })} +
+
+ + + Why players love integrated chat + + Keep every squad aligned across devices with presence, threads, and recordings. + + + +
    + {chatFeatures.map((feature) => ( +
  • + + {feature} +
  • + ))} +
+ +
+
+
+
+
+
{/* Community Stats */}