Components
A full-screen sign-up authentication section with social login buttons, an animated grain-gradient side panel, and a create-account form.
Loading preview...
import AuthSectionOne from "@/components/ui/auth-section-1";
export default function Default() {
return <AuthSectionOne />;
}