+ {/* Hero Section */}
+
+
+
+
+
+ AeThex Community
+
+
+
+ Join the Innovation Network
+
+
+
+ Connect with developers, creators, and innovators from around the world.
+ Share knowledge, collaborate on projects, and grow together.
+
+
+
+
+
+
+
+
+
+
+ {/* Community Stats */}
+
+
+
+ {stats.map((stat, index) => {
+ const Icon = stat.icon;
+ return (
+
+
+
+
{stat.value}
+
{stat.label}
+
+
+ );
+ })}
+
+
+
+
+ {/* 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}
+
+
+
+
+
+
+ );
+ })}
+
+
+
+
+ {/* Upcoming Events */}
+
+
+
+
+ Upcoming Events
+
+
+ Join our community events and level up your skills
+
+
+
+
+ {events.map((event, index) => (
+
+
+
+
+
+
{event.title}
+
+ {event.status}
+
+
+
+
+
+
+ {event.date}
+
+
+
+ {event.location}
+
+
+
+ {event.participants} participants
+
+ {event.prize && (
+
+
+
{event.prize} prize pool
+
+ )}
+
+
+
+
+ {event.type}
+
+
+
+
+
+ ))}
+
+
+
+
+ {/* Top Contributors */}
+
+
+
+
+ Community Heroes
+
+
+ Recognizing our most active and helpful community members
+
+
+
+
+ {contributors.map((contributor, index) => (
+
+
+
+ {contributor.name}
+ {contributor.title}
+ {contributor.speciality}
+
+
+
{contributor.contributions}
+
Contributions
+
{contributor.badge}
+
+
+
+ ))}
+
+
+
+
+ {/* CTA Section */}
+
+
+
+
+ Ready to Join Our Community?
+
+
+ Connect with thousands of developers, share your projects, and grow your skills
+ in our supportive and innovative community.
+
+
+
+
+
+
+
+
+
+
+
Weekly Meetups
+
Virtual coffee chats
+
+
+
+
Recognition
+
Contributor rewards
+
+
+
+
Growth
+
Learn & advance
+
+
+
+
+
+
+