diff --git a/pages/index.tsx b/pages/index.tsx
index adb1cb0..144f074 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,13 +1,21 @@
import initializeApollo from 'apollo/client';
import Calculation from 'Components/Calculation';
import type { GetServerSideProps } from 'next';
+import Head from 'next/head';
import { fetchUser } from 'services/user';
import type { BasePageProps } from 'types/page';
type PageProps = BasePageProps;
function Home() {
- return