import Link from "next/link" export default function Home() { return ( <>
{/* LOGIN PAGE ============================================= */}
{/* REGISTER PAGE WRAPPER */}
{/* LOGIN PAGE TEXT */}
{/* Logo */} logo-image {/* Title */}

Welcome

back to Martex

{/* Text */}

Integer congue sagittis and velna augue egestas magna suscipit purus aliquam

{/* Copyright */}

© 2023 Martex. All Rights Reserved

{/* END LOGIN PAGE TEXT */} {/* LOGIN FORM */}
{/* Google Button */}
google-icon Sign in with Google
{/* Login Separator */}
Or, sign in with your email
{/* Form Input */}

Email address

{/* Form Input */}

Password

{/* Reset Password Link */}

Forgot your password?

{/* Form Submit Button */}
{/* Sign Up Link */}

Don't have an account? Sign up

{/* END LOGIN FORM */}
{/* End row */}
{/* End register-page-wrapper */}
{/* END REGISTER PAGE WRAPPER */}
{/* End row */}
{/* End container */}
{/* END LOGIN PAGE */}
) }