'use client'; import Link from 'next/link'; export default function AboutPage() { const team = [ { name: 'Dr. Sarah Chen', role: 'Founder & CEO', image: '👩💼', bio: 'Former Google engineer with 15 years in EdTech' }, { name: 'Muhammad Ali', role: 'Lead AI Engineer', image: '👨💻', bio: 'PhD in Machine Learning, Stanford University' }, { name: 'Emily Rodriguez', role: 'Head of Curriculum', image: '👩🏫', bio: '10 years teaching Python at MIT' }, { name: 'James Wilson', role: 'CTO', image: '👨🔬', bio: 'Built scalable systems at AWS and Netflix' }, ]; const values = [ { icon: '🎯', title: 'Personalized Learning', description: 'AI adapts to your pace and learning style' }, { icon: '🤝', title: 'Supportive Community', description: 'Learn alongside thousands of motivated students' }, { icon: '💡', title: 'Practical Skills', description: 'Build real projects, not just theory' }, { icon: '🚀', title: 'Career Growth', description: 'Skills that employers actually want' }, ]; const milestones = [ { year: '2022', event: 'LearnFlow founded with a mission to democratize coding education' }, { year: '2023', event: 'Launched AI tutoring system, reached 10,000 students' }, { year: '2024', event: 'Expanded to 50+ countries, 100,000+ students enrolled' }, { year: '2025', event: 'Introduced advanced debugging agent and teacher dashboard' }, ]; return (
We're on a mission to make Python programming accessible to everyone through AI-powered personalized learning experiences.
LearnFlow was born from a simple observation: traditional coding education doesn't work for everyone. Students learn at different paces, have different backgrounds, and need different types of support.
We built LearnFlow to solve this problem. Our AI tutors adapt to each student's learning style, providing personalized explanations, debugging help, and practice exercises.
Today, we're proud to help over 100,000 students worldwide learn Python effectively, with teacher dashboards that help educators identify and support struggling students.
{value.description}
{milestone.event}
{member.role}
{member.bio}
Start your Python journey today with AI-powered personalized learning.
Get Started Free