import { Fragment } from 'react'; import Link from 'next/link'; function HomePage() { return (

The Home Page

); } export default HomePage;