import { Link } from "@/i18n/routing"; import ForgotPass from "@/components/partials/auth/forgot-pass"; import Image from "next/image"; const ForgotPassPage = () => { return (
{/* === KIRI: IMAGE / LOGO AREA === */}
Mikul News Logo
{/* bisa tambahkan background atau ilustrasi tambahan di sini */}
{/* === KANAN: FORM AREA === */}
{/* TITLE */}

Forgot Your Password?

{/* INSTRUCTION */}
Enter your Username and instructions will be sent to you!
{/* FORM */} {/* LINK BACK */}
Forget it?{" "} Send me back {" "} to the Sign In
); }; export default ForgotPassPage;