Signup page with email and Google auth buttons
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/signup-1
Loading preview...
import { Signup1 } from "@/components/ui/signup-1"; const DemoOne = () => { return ( <Signup1 /> ); }; export { DemoOne };