A centered login card with email and password fields, a show/hide password toggle, remember-me checkbox, and a single sign-on (SSO) button.
import SignIn from "@/components/ui/login-08"; export default function Default() { return <SignIn />; }