import { motion } from 'framer-motion' import { ShieldAlert, ArrowLeft, Twitter, Send, Lock } from 'lucide-react' import { OFFICIAL_LINKS } from '../constants/branding' interface WhitelistFullPageProps { onBack?: () => void } export function WhitelistFullPage({ onBack }: WhitelistFullPageProps) { const handleBackToLogin = () => { if (onBack) { onBack() } else { window.location.href = '/login' } } return (
[SYSTEM_MESSAGE]: YOUR IDENTIFIER IS NOT ON THE ACTIVE WHITELIST.
Platform capacity limits have been reached for the current beta phase. Prioritized access is currently reserved for authorized operators only.
Access is rolled out in batches. If you believe this is an error, please verify your credentials or contact system administrators.