import { Metadata } from 'next'; export const metadata: Metadata = { title: 'page 2', }; export default function Home() { return (
page 2
); }