import Head from 'next/head' import styles from "../styles/Index.module.css" export default function PageLayout(props: any) { return (

{process.env.NEXT_PUBLIC_MOTTO}

{props.children}
) }