export const metadata = { title: "About", }; export default function About() { return (

This is the About page

); }