diff --git a/redwood.toml b/redwood.toml
index 46bc0eb..e9a6783 100644
--- a/redwood.toml
+++ b/redwood.toml
@@ -7,7 +7,7 @@
[web]
bundler = "webpack"
- title = "Redwood App"
+ title = "Snowglobs"
port = 8910
apiUrl = "/.redwood/functions" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
includeEnvironmentVariables = [
diff --git a/web/src/pages/HomePage/HomePage.tsx b/web/src/pages/HomePage/HomePage.tsx
index 78b4d4c..c68e06d 100644
--- a/web/src/pages/HomePage/HomePage.tsx
+++ b/web/src/pages/HomePage/HomePage.tsx
@@ -1,5 +1,5 @@
import { routes } from '@redwoodjs/router'
-import { MetaTags } from '@redwoodjs/web'
+import { Head } from '@redwoodjs/web'
import { useEffect, useState } from 'react'
import {
@@ -111,14 +111,30 @@ const HomePage = () => {
return (
<>
-