import React from 'react'; import { ChevronRight, Book, Users, Target } from 'lucide-react'; const AboutPage = () => { return (
{/* Hero Section */}

About The Memo

Empowering South African students with essential academic resources and knowledge

{/* Mission Statement */}

Our Mission

The Memo is dedicated to making quality education accessible to every South African student. We provide comprehensive study materials, past papers, and academic resources that help students excel in their studies and prepare for their future careers.

Students studying
{/* Key Features */}

What Sets Us Apart

Comprehensive Resources

Access to past papers, study guides, and learning materials across multiple subjects and grade levels.

Community-Driven

Built by students for students, fostering a collaborative learning environment.

Focused on Results

Structured content designed to help students achieve their academic goals efficiently.

{/* Call to Action */}

Ready to Excel in Your Studies?

Join thousands of students already benefiting from The Memo's resources.

); }; export default AboutPage;