import Typography, { ITypo, ITypoColor } from "@Front/Components/DesignSystem/Typography"; import DefaultDoubleSidePage from "@Front/Components/LayoutTemplates/DefaultDoubleSidePage"; import classes from "./classes.module.scss"; import LandingImage from "../Login/landing-connect.jpeg"; import Button, { EButtonVariant } from "@Front/Components/DesignSystem/Button"; import Link from "next/link"; import Module from "@Front/Config/Module"; export default function LoginHome() { return (
Connectez-vous à votre plateforme LEcoffre.io
Je suis un notaire
Je suis un client
Vous n'arrivez pas à vous connecter ?
); }