|
|
|
@ -12,7 +12,22 @@ export default function Index({ motto, twitch_online, about }) {
|
|
|
|
|
return (
|
|
|
|
|
<div className="page">
|
|
|
|
|
<Head>
|
|
|
|
|
<title>Trick - Index</title>
|
|
|
|
|
<title>Trick - Homepage</title>
|
|
|
|
|
<meta name="description" content={about.toString()} />
|
|
|
|
|
|
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
|
<meta property="og:url" content="https://trickthefox.com/" />
|
|
|
|
|
<meta property="og:title" content="Trick - Homepage" />
|
|
|
|
|
<meta property="og:description" content={about.toString()} />
|
|
|
|
|
<meta property="og:image" content="/trick.jpg" />
|
|
|
|
|
|
|
|
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
|
|
|
<meta property="twitter:url" content="https://trickthefox.com/" />
|
|
|
|
|
<meta property="twitter:title" content="Trick - Homepage" />
|
|
|
|
|
<meta property="twitter:description" content={about.toString()} />
|
|
|
|
|
<meta property="twitter:image" content="/trick.jpg" />
|
|
|
|
|
|
|
|
|
|
<meta name="theme-color" content="#4f4fff" />
|
|
|
|
|
</Head>
|
|
|
|
|
|
|
|
|
|
<Header />
|
|
|
|
|