import Head from 'next/head' import styles from './Layout.module.css' import utilStyles from '../styles/utils.module.css' import Link from 'next/link' const name = 'Shu Uesugi' export const siteTitle = 'Next.js Sample Website' const Page = ({ children, home }) => (
) export default Page