import Link from "next/link" export default function Home() { return ( <>
{/* SIGN UP PAGE ============================================= */}
{/* REGISTER PAGE WRAPPER */}
{/* 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 */}
{/* Log In Link */}

Already have an account? Log in

{/* END SIGN UP FORM */} {/* SIGN UP PAGE TEXT */}
{/* Section ID */} Start for free {/* Title */}

Create

an account

{/* Text */}

Integer congue sagittis and velna augue egestas magna suscipit purus aliquam

{/* Copyright */}

© 2023 Martex. All Rights Reserved

{/* END SIGN UP PAGE TEXT */}
{/* End row */}
{/* End register-page-wrapper */}
{/* END REGISTER PAGE WRAPPER */}
{/* End row */}
{/* End container */}
{/* END SIGN UP PAGE */}
) }