diff --git a/pages/contact.js b/pages/contact.js
new file mode 100644
index 0000000..f191ce0
--- /dev/null
+++ b/pages/contact.js
@@ -0,0 +1,17 @@
+import Head from 'next/head'
+import About from "../components/About";
+
+export default function Home() {
+ return (
+
+
+
Contact - Saif Ali
+
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/pages/index.js b/pages/index.js
index 60645a3..643986e 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -5,7 +5,7 @@ export default function Home() {
return (
-
Create Next App
+ Portfolio - Saif Ali