import Link from "next/link" export default function Home() { return ( <>
{/* SIGN UP PAGE ============================================= */}
{/* TITLE */}

Create Account

Already have an account? Log In

{/* SIGN UP FORM */}
{/* Google Button */}
google-icon Sign up with Google
{/* Login Separator */}
Or, sign up with your email
{/* Form Input */}

Full name

{/* Form Input */}

Email address

{/* Form Input */}

Password

{/* Checkbox */}
By clicking “Create Account”, you agree to our Terms and that you have read our Privacy Policy
{/* Form Submit Button */}
{/* END SIGN UP FORM */}
{/* End row */}
{/* End container */}
{/* END SIGN UP PAGE */}
) }