import ComponentsAuthRegisterForm from '@/components/auth/components-auth-register-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: 'Register Cover', }; const CoverRegister = () => { return (
{/* Background gradient */}
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
{/* signup Section */}

Sign Up

Enter your email and password to register

{/* Register Form */} {/* Divider */}
or
{/* Social Icons */}
{/* Login link */}
Already have an account?  SIGN IN
{/* Footer text */}

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

); }; export default CoverRegister;