A complete sign-up form with validation, password strength requirements, and terms acceptance.
Loading preview...
import SignUpBlock from "@/components/ui/sign-up-block"; export default function DemoOne() { return <SignUpBlock />; }