diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3fe714a..3d42234 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,11 +1,28 @@ 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. +

+
+
+
+ ); };