import { Input } from "@/components/ui/input"; import { Button } from "@/components/ui/button"; import ForgotPasswordModal from "./forgot-password-modal"; import Link from "next/link"; import Image from "next/image"; export default function Signin() { return (
{/* login box */}

Log In

Don't have an account? Sign up
{/* OAUTH */}
{/* Google */}
Google Logo

EMAIL *

PASSWORD *

); }