import LoginPage from "@/components/Login"; export const metadata = { title: "ورود", }; const Page = () => { return ; }; export default Page;