import React from 'react' export default function Page() { return <>hello index</> } export const metadata = { title: 'index page', }