import type { NextPage } from "next"; const Home: NextPage = () => { return (

Willkommen zur Mentorenwahl!

); }; export default Home;