import type { NextPage } from 'next' import Head from 'next/head' import Image from 'next/image' const Home: NextPage = () => { const beerday = true; return (