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

{isWaitlist ? "Dev-Link Waitlist" : "Browse Profiles"}

{isWaitlist ? "Join the professional network for Roblox developers. Sign up for early access!" : "Explore talented Roblox developers in our community."}

{/* Iframe Container */}