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 { Users, Briefcase, Heart, ArrowRight } from "lucide-react"; import { useNavigate } from "react-router-dom"; export default function LabsJoinTeam() { const navigate = useNavigate(); return (
{/* Animated grid background */}
{/* Hero Section */}
Join Our Team

We're Hiring Innovators

Join a team of passionate researchers and developers pushing the boundaries of technology. Help us shape the future.

{/* Open Positions Grid */}

Open Positions

Senior Researcher

Lead groundbreaking research initiatives and mentor junior researchers.

Full Stack Engineer

Build tools and platforms that empower our research efforts.

Research Intern

Start your career in cutting-edge research and development.

{/* Benefits Section */}

Why Join Labs

Meaningful Work

Contribute to research that shapes the future of technology and impacts millions.

Amazing Team

Work alongside brilliant minds passionate about innovation and discovery.

); }