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

Contribute to Innovation

Multiple ways to get involved with Labs. Whether you're a student, developer, or researcher, there's a place for you.

{/* Ways to Get Involved */}

Ways to Get Involved

Contribute Code

Help develop open-source projects and tools used by developers worldwide.

Share Ideas

Propose research topics or contribute ideas to ongoing projects.

Community Feedback

Test beta features, provide feedback, and help shape our roadmap.

Collaborate

Partner on research initiatives or joint projects with our team.

); }