import Link from 'next/link' export default function Page() { return ( <> <h1 id="about-page">About Page</h1> <Link href="/">Home</Link> </> ) }