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, Users, Zap, Globe } from "lucide-react"; import { useNavigate } from "react-router-dom"; export default function FoundationGetInvolved() { const navigate = useNavigate(); return (
{/* Animated grid background */}
{/* Hero Section */}
Get Involved

Join Our Mission

Many ways to get involved with the Foundation. Find the role that fits you best and make an impact.

{/* Involvement Opportunities */}

How You Can Help

Volunteer

Dedicate your time and skills to projects that matter and make a real difference.

Spread the Word

Help us reach more people by sharing our mission with your network.

Partner With Us

Organizations and companies can partner with us to amplify our impact.

Support Us

Help fund our initiatives and keep our work free and accessible to all.

); }