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 (
{/* Main container */}
Enter your password to unlock your ID
© {new Date().getFullYear()}. Data4Autos All Rights Reserved.