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, Star, Zap } from "lucide-react"; import { useNavigate } from "react-router-dom"; export default function DevLink() { const navigate = useNavigate(); return (
{/* Animated backgrounds */}
{/* Hero Section */}
Dev-Link Dev-Link

LinkedIn for Roblox

Connect with Roblox developers, showcase your portfolio, find collaborators, and land your next opportunity. The professional network built by Roblox creators, for Roblox creators.

{/* Features Grid */}
Network

Connect with thousands of Roblox developers worldwide and expand your opportunities.

Opportunities

Discover jobs, collaborations, and projects tailored to your skills and interests.

Portfolio

Showcase your best work and build your professional reputation in the community.

Collaborate

Team up with other creators to build amazing games and experiences together.

{/* CTA Section */}

Your Roblox Career Starts Here

Join the professional community for Roblox developers. Connect, showcase, and grow.

); }