import type { Metadata } from 'next' export const metadata: Metadata = { title: 'key', description: '...', } const AboutPage = () => { return <>About