import Link from 'next/link' import { ArrowLeft, Mail, Lock } from 'lucide-react' import { Button } from '@/components/ui/button' export default function SignUpPage() { return (
{/* Background elements */}
{/* Back to home */} Back to home {/* Card */}
{/* Logo */} Cloudrite {/* Icon */}

Invite Only

Account creation is by invitation only.

To request access, please get in touch with us and we'll get you set up.

) }