@ -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 (
< >
< MetaTags
title = "Snowglobs for everyone!"
description = "The snowglobs website for all your snowglob needs."
ogUrl = "https://www.snowglobs.com"
ogContentUrl = "https://www.snowglobs.com/snowglobs-logo.jpg"
ogImage = "https://www.snowglobs.com/snowglobs-logo.jpg"
robots = { [ 'nofollow' ] }
/ >
< Head >
< meta charset = "UTF-8" > < / meta >
< meta name = "viewport" content = "width=device-width,initial-scale=1" > < / meta >
< link rel = "icon" type = "image/png" href = "/favicon.png" > < / link >
< script defer = "defer" src = "/static/js/runtime-app.0482a9db.js" > < / script >
< script defer = "defer" src = "/static/js/app.3eed73ce.js" > < / script >
< link href = "/static/css/app.17717d38.css" rel = "stylesheet" > < / link >
< style data - emotion = "css-global" data - s = "" > < / style >
< style data - emotion = "css-global" data - s = "" > < / style >
< style data - emotion = "css-global" data - s = "" > < / style >
< title > Snowglobs for everyone ! | Redwood App < / title >
< meta name = "title" property = "og:title" content = "Snowglobs for everyone!" data - rh = "true" / >
< meta property = "twitter:title" content = "Snowglobs for everyone!" data - rh = "true" / >
< meta name = "twitter:description" content = "The snowglobs website for all your snowglob needs." data - rh = "true" / >
< meta name = "description" property = "og:description" content = "The snowglobs website for all your snowglob needs." data - rh = "true" / >
< meta property = "og:url" content = "https://www.snowglobs.com" data - rh = "true" / >
< meta property = "og:type" content = "website" data - rh = "true" / >
< meta name = "image" property = "og:image" content = "https://www.snowglobs.com/snowglobs-logo.jpg" data - rh = "true" / >
< meta property = "twitter:card" content = "summary_large_image" data - rh = "true" / >
< meta property = "twitter:image" content = "https://www.snowglobs.com/snowglobs-logo.jpg" data - rh = "true" / >
< meta name = "robots" content = "nofollow" data - rh = "true" / >
< style data - emotion = "css" data - s = "" > < / style >
< / Head >
< Center >
< Box p = { 4 } maxW = '580px' overflow = 'hidden' >
< div >