diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 542f03d4..5dc7bcd9 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -3511,66 +3511,6 @@ 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} - -
-
- - -
-
- ); - })} -
-
-
- {/* DevConnect Spotlight */}