import ComponentsAuthLoginForm from '@/components/auth/components-auth-login-form'; import IconFacebookCircle from '@/components/icon/icon-facebook-circle'; import IconGoogle from '@/components/icon/icon-google'; import IconInstagram from '@/components/icon/icon-instagram'; import IconTwitter from '@/components/icon/icon-twitter'; import { Metadata } from 'next'; import Link from 'next/link'; import React from 'react'; export const metadata: Metadata = { title: 'Login', }; const CoverLogin = () => { return (
{/* Background */}
background
{/* Decorative images */} image image image image {/* Main container */}
{/* LEFT SIDE */}
{/* Centered Image */}
Login Illustration
{/* RIGHT SIDE */}
{/* Triple Logos */}
{/* Logo 1 */} Turn14 {/* Logo 2 */} Data4Autos {/* Logo 3 */} eBay
{/* Login Form Section */}

Sign In

Enter your email and password to login

{/* Login form */} {/* Divider */}
or
{/* Social icons */}
  • {/*
  • */}
{/* Sign-up link */}
Don't have an account?  SIGN UP
{/* Footer */}

© {new Date().getFullYear()}. Data4Autos All Rights Reserved.

); }; export default CoverLogin;