Components
A centered sign-up card with email signup, social login buttons for Google and GitHub, and a link to an existing account.
Loading preview...
import SignUp from '@/components/ui/veil-sign-up-2'
export default function SignUpDemo() {
return <SignUp />
}