diff --git a/src/components/Head/index.js b/src/components/Head/index.js new file mode 100644 index 0000000..3a01f59 --- /dev/null +++ b/src/components/Head/index.js @@ -0,0 +1,15 @@ +import Head from 'next/head' + +export default function Home({ title, bg }) { + return ( + + {title} + + + + + + + + ) +} \ No newline at end of file