export const metadata = { title: "About", }; export default function About() { return ( <div> <h1>This is the About page</h1> </div> ); }