diff --git a/web/pages/index.tsx b/web/pages/index.tsx index 679e4ede..5d5343f5 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -1,6 +1,8 @@ +import React from 'react' + import type { NextPage } from 'next' import Head from 'next/head' -import React from 'react' + import { Hero } from '../components/hero' const Home: NextPage = () => { @@ -27,12 +29,20 @@ const Home: NextPage = () => { href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap" rel="stylesheet" /> - - +