import Layout from "@/components/Layout"; import { Button } from "@/components/ui/button"; import { useNavigate } from "react-router-dom"; import { ExternalLink } from "lucide-react"; export default function DevLinkProfiles() { const navigate = useNavigate(); return (
{/* Animated backgrounds */}
{/* Header */}

{typeof window !== 'undefined' && window.location.pathname.includes('/waitlist') ? 'Dev-Link Waitlist' : 'Browse Profiles'}

{typeof window !== 'undefined' && window.location.pathname.includes('/waitlist') ? 'Join the professional network for Roblox developers. Sign up for early access!' : 'Explore talented Roblox developers in our community.'}

{/* Iframe Container */}