import Link from "next/link"; const Home = () => { return (

Home

Hello World! This is the Home page

Visit the About page.

); }; export default Home;