+ Ways to Participate +
++ {way.title} +
++ {way.description} +
+-
+ {way.actions.map((action, i) => (
+
-
+
+ {action} +
+ ))}
+
+ Community Channels +
++ {channel.name} +
++ {channel.description} +
++ {channel.members} members +
+ +
@@ -103,35 +276,42 @@ export default function FoundationGetInvolved() {
className="bg-red-950/20 border-red-400/30 hover:border-red-400/60 transition-all"
>
-
+
-
+
{event.title}
-
-
-
- WHEN
-
-
- {event.date}
-
-
-
-
- LEVEL
-
-
- {event.level}
+
+ {event.type}
-
-
- ATTENDEES
+
+
+ DATE
-
- {event.attendees}
+
{event.date}
+
+
+
+ PARTICIPANTS
+ {event.participants}
+
+
+
+ PRIZE/REWARD
+
+
+ {event.prize}
+
+
+
+
@@ -141,25 +321,49 @@ export default function FoundationGetInvolved() {
+ {/* Mentorship Program */}
- Ways to Participate
+ Mentorship Programs
-
- {ways.map((way, idx) => (
-
+
+ {mentorshipProgram.map((program, idx) => (
+
- {way.icon}
-
- {way.title}
-
-
- {way.description}
+
+
+ {program.role}
+
+
+
+
+ {program.description}
+
+
+
+ DURATION
+
+ {program.duration}
+
+
+
+ TIME COMMITMENT
+
+ {program.commitment}
+
+
+
))}
@@ -167,18 +371,50 @@ export default function FoundationGetInvolved() {
+ {/* Community Stats */}
+
+
+
+ Our Community
+
+
+ {[
+ { label: "Active Members", value: "10K+" },
+ { label: "Projects Shared", value: "5K+" },
+ { label: "Monthly Events", value: "20+" },
+ { label: "Open Issues", value: "500+" },
+ ].map((stat, idx) => (
+
+
+
+ {stat.value}
+
+ {stat.label}
+
+
+ ))}
+
+
+
+
+ {/* CTA */}
Ready to Join?
- Sign up for events and connect with other developers.
+ Whether you want to learn, teach, build, or contribute, there's
+ a community of developers waiting for you.
+
{event.title}
-
- WHEN -
-- {event.date} -
-- LEVEL -
-- ATTENDEES +
+ DATE
-- {event.attendees} +
{event.date}
++ PARTICIPANTS
+{event.participants}
++ PRIZE/REWARD +
++ {event.prize} +
+- Ways to Participate + Mentorship Programs
-- {way.title} -
-- {way.description} +
+ {program.role} +
++ {program.description}
++ DURATION +
+{program.duration}
++ TIME COMMITMENT +
+{program.commitment}
++ Our Community +
++ {stat.value} +
+{stat.label}
+Ready to Join?
- Sign up for events and connect with other developers. + Whether you want to learn, teach, build, or contribute, there's + a community of developers waiting for you.