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