+ {/* Hero Section */}
+
+
+ {[...Array(25)].map((_, i) => (
+
+ {'🎓📚💡🚀'.charAt(Math.floor(Math.random() * 4))}
+
+ ))}
+
+
+
+
+
+
+ Mentorship & Education Division
+
+
+
+ Accelerate Your Tech Journey
+
+
+
+ Learn from industry experts through personalized mentorship, hands-on workshops,
+ and intensive boot camps designed to fast-track your technology career.
+
+
+
+
+
+
+ Apply Now
+
+
+
+
+ Program Details
+
+
+
+
+
+
+ {/* Programs Overview */}
+
+
+
+
+ Mentorship Programs
+
+
+ Choose the learning format that best fits your schedule and goals
+
+
+
+
+ {programs.map((program, index) => {
+ const Icon = program.icon;
+ return (
+
+
+
+
+
+
+
+
+ {program.title}
+
+ {program.description}
+
+
+
+
+ {program.participants}
+
+
+
+
+
+ {program.features.map((feature, featureIndex) => (
+
+
+ {feature}
+
+ ))}
+
+
+
+
+
+
+
{program.commitment}
+
+
+ {program.price}
+
+
+
+
+ );
+ })}
+
+
+
+
+ {/* Learning Tracks */}
+
+
+
+
+ Specialized Learning Tracks
+
+
+ Focused curricula designed by industry experts
+
+
+
+
+ {tracks.map((track, index) => {
+ const Icon = track.icon;
+ const isSelected = selectedTrack === index;
+ return (
+
setSelectedTrack(index)}
+ >
+
+
+
+ {track.name}
+
+
+ {track.description}
+
+
+
+
+ {track.skills.slice(0, 4).map((skill, skillIndex) => (
+
+ {skill}
+
+ ))}
+
+
+
+
{track.level}
+
+ {track.duration} • {track.projects} projects
+
+
+
+
+ );
+ })}
+
+
+
+
+ {/* Featured Mentors */}
+
+
+
+
+ Meet Our Expert Mentors
+
+
+ Learn from industry leaders at top technology companies
+
+
+
+
+ {mentors.map((mentor, index) => (
+
+
+
+ {mentor.name}
+ {mentor.title}
+ {mentor.company}
+
+
+
+ Experience:
+ {mentor.experience}
+
+
+ Students Mentored:
+ {mentor.students}+
+
+
+
Rating:
+
+
+ {mentor.rating}
+
+
+
+
+
+ {mentor.specialty}
+
+
+
+ ))}
+
+
+
+
+ {/* Success Stories */}
+
+
+
+
+ Success Stories
+
+
+ Real career transformations from our mentorship programs
+
+
+
+
+ {testimonials.map((testimonial, index) => (
+
+
+
+
+ {testimonial.name.charAt(0)}
+
+
+
{testimonial.name}
+
{testimonial.role}
+
{testimonial.company}
+
+
+
+
+
+ "{testimonial.content}"
+
+
+ Program: {testimonial.program}
+ Mentor: {testimonial.mentor}
+
+
+
+ ))}
+
+
+
+
+ {/* CTA Section */}
+
+
+
+
+ Start Your Learning Journey Today
+
+
+ Join thousands of developers who have accelerated their careers through our mentorship programs.
+
+
+
+
+
+
+ Apply for Mentorship
+
+
+
+
+ View Curriculum
+
+
+
+
+
+
+
24/7 Support
+
Always available
+
+
+
+
Live Sessions
+
Interactive learning
+
+
+
+
Certification
+
Industry recognized
+
+
+
+
+
+
+