import ComponentsAuthResetPasswordForm from '@/components/auth/components-auth-reset-password-form'; import { Metadata } from 'next'; import Link from 'next/link'; import React from 'react'; export const metadata: Metadata = { title: 'Recover Id Cover', }; const CoverPasswordReset = () => { return (
background
{/* Decorative images */} image image image image
{/* LEFT SIDE */}
{/* Centered Image */}
Login Illustration
{/* ✅ Top-right logo (responsive + transparent) */}
data4autos

Password Reset

Enter your email to recover your ID

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

); }; export default CoverPasswordReset;