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

Lock Screen

Enter your password to unlock the screen!
Kathryn Murphy
Not you ? return Sign In
Unlock your Project{" "} performance
); }; export default LockScreen3;