Components
A centered signup card with name, email, password and confirm-password fields, a newsletter checkbox, and terms links for creating a new workspace account.
Loading preview...
import Login05 from "@/components/ui/login-05";
export default function DemoLogin05() {
return <Login05 />;
}