Components
Loading preview...
A modern split-screen authentication page with social login, email sign-in, and a floating animated background. Built for clarity, responsiveness, and a polished user experience out of the box.
npx shadcn@latest add https://21st.dev/r/sshahaider/auth-pageimport { AuthPage } from "@/components/ui/auth-page";
export default function DemoOne() {
return <AuthPage />;
}