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

This is the Home page

); }