import Layout from '@/components/ui/Layout'; import { NextPage } from 'next'; import Head from 'next/head'; const Home: NextPage = () => { return ( <> The Biergarten App

The Biergarten App

An app for beer lovers to share their favorite brews and breweries with like-minded people online.

); }; export default Home;