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