import ComponentsAuthUnlockForm from '@/components/auth/components-auth-unlock-form'; import { Metadata } from 'next'; import Link from 'next/link'; import React from 'react'; export const metadata: Metadata = { title: 'Unlock Cover', }; const CoverLockScreen = () => { return (
{/* Background */}
background
{/* Decorative images */} image image image image {/* Main container */}
{/* LEFT SIDE */}
{/* Centered Image */}
Login Illustration
{/* RIGHT SIDE */}
{/* ✅ Top-right logo (responsive + transparent) */}
data4autos
images

Shaun Park

Enter your password to unlock your ID

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

); }; export default CoverLockScreen;