import { NextPage } from 'next'; import LoginModal from '../components/LoginModal'; const LoginPage: NextPage = () => { return (