import type {NextPageWithLayout} from './_app' import type { ReactElement } from 'react' import Layout from '../components/layout' const Page: NextPageWithLayout = () => { return ( <>
I am a student with a passion for programming, physics/mathematics and *NIX (Linux, UNIX etc).
> ) } Page.getLayout = (page: ReactElement) => { return