import Layout from "@/components/Layout"; import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Heart, BookOpen, Code, Globe } from "lucide-react"; export default function Foundation() { return (
{/* Hero Section */}
Foundation Aethex Foundation

Open Source & Education

Democratizing technology through open source and education. We believe knowledge should be free, and great tools should be accessible to everyone.

{/* Mission Grid */}
Open Source

Publishing and maintaining tools that benefit the entire community.

Education

Accessible learning resources for developers at all skill levels.

Community

Building a welcoming ecosystem where everyone can grow and contribute.

Impact

Creating positive change through technology and knowledge sharing.

{/* CTA Section */}

Make an Impact

Join us in our mission to make technology education and open source accessible to everyone around the world.

); }