import ComponentsAuthForgotForm from '@/components/auth/components-auth-forgot-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: 'Forgot Password', }; export default function CoverForgotPassword() { 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
{/* Forgot pwd Form Section */}

Forgot Password

Enter your email to receive the reset link

{/* forgot form */}
Remember your password?  SIGN IN

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

); }