import { Metadata } from "next" import Image from "next/image" import Link from "next/link" import { cn } from "@/lib/utils" import { buttonVariants } from "@/registry/new-york/ui/button" import { UserAuthForm } from "@/app/examples/authentication/components/user-auth-form" export const metadata: Metadata = { title: "Authentication", description: "Authentication forms built using the components.", } export default function AuthenticationPage() { return ( <>
Authentication Authentication
Login
Acme Inc

“This library has saved me countless hours of work and helped me deliver stunning designs to my clients faster than ever before.”

Sofia Davis

Create an account

Enter your email below to create your account

By clicking continue, you agree to our{" "} Terms of Service {" "} and{" "} Privacy Policy .

) }