+}
\ No newline at end of file
diff --git a/src/pages/about.js b/src/pages/about.js
new file mode 100644
index 0000000..d1ee049
--- /dev/null
+++ b/src/pages/about.js
@@ -0,0 +1,10 @@
+import React from "react"
+import Header from "../components/header";
+export default function About() {
+ return (
+
+
+
Bla bla. Bla.
+
+ )
+}
\ No newline at end of file
diff --git a/src/pages/index.js b/src/pages/index.js
index 6f061ca..d2edc93 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -1,22 +1,11 @@
import React from "react"
-import { Link } from "gatsby"
-import Layout from "../components/layout"
-import Image from "../components/image"
-import SEO from "../components/seo"
-
-const IndexPage = () => (
-
-
-
Hi people
-
Welcome to your new Gatsby site.
-
Now go build something great.
-
-
-
- Go to page 2
- Go to "Using TypeScript"
-
-)
-
-export default IndexPage
+export default function Home() {
+ return (
+