import { LockClosedIcon } from "@heroicons/react/20/solid"; import Link from "next/link"; import Logo from "./logo"; export default function Example() { return ( <>

Sign in to your account

Or{" "} create a new Account

Forgot your password?
); }