import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { Checkbox } from "@/components/ui/checkbox"; 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 SigninPage() { return (
{/* login box */}
Forfarm

Welcome back.

New to Forfarm? Sign up

Or log in with

{/* OAUTH */}
{/* Google */}
Google Logo
); }