import { Link } from '@/i18n/routing'; import Lock from "@/components/partials/auth/lock"; import Image from "next/image"; import Logo from "@/components/logo"; const LockScreen2 = () => { return (

Forgot Your Password?

Reset Password with Dashcode.
Enter your Email and instructions will be sent to you!
Forget It, Send me Back to The Sign In
Unlock your Project{" "} performance
); }; export default LockScreen2;