Components
This React component renders a visually dynamic authentication setup card with interactive canvas-based reveal effects and a mouse-tracking spotlight using Framer Motion. It guides users through four key steps to secure their account—like verifying email, setting passwords, enabling 2FA, and identity verification—inside a beautifully styled, glowing card interface. Ideal for modern SaaS onboarding or security-related flows.
Loading preview...
import ProfessionalCardDemo from "@/components/ui/account-security";
export default function DemoOne() {
return <ProfessionalCardDemo />;
}