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 Link from "next/link"; import Image from "next/image"; export default function SignupPage() { return (
{/* login box */}
Forfarm

Hi! Welcome

Already have accounts? Sign in

Or log in with

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