import Link from "next/link"; export default function Page() { return ( <div> <h1>About</h1> <Link href="/">Home</Link> </div> ); }