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, Zap, TrendingUp, Globe } from "lucide-react"; import { useNavigate } from "react-router-dom"; export default function DevLinkAbout() { const navigate = useNavigate(); return (
{/* Animated backgrounds */}
{/* Header */}

About Dev-Link

The professional network for Roblox developers

{/* Content */}

Our Mission

Dev-Link is a professional networking platform designed specifically for Roblox developers. We connect talented creators, studios, and teams to build meaningful professional relationships, discover opportunities, and advance careers in the thriving Roblox ecosystem.

{/* Values */}
Connection

Connecting Roblox developers with peers and opportunities

Impact

Creating tangible career and business opportunities

Growth

Supporting career advancement and professional development

Community

Building a vibrant global community of Roblox creators

); }