diff --git a/src/components/About.js b/src/components/About.js
new file mode 100644
index 0000000..184c11c
--- /dev/null
+++ b/src/components/About.js
@@ -0,0 +1,9 @@
+import React from "react";
+
+const About = () => {
+ return (
+ <>
+
About
+ >);
+}
+export default About;
\ No newline at end of file
diff --git a/src/components/Contact.js b/src/components/Contact.js
new file mode 100644
index 0000000..7b81aee
--- /dev/null
+++ b/src/components/Contact.js
@@ -0,0 +1,9 @@
+import React from "react";
+
+const Contact = () => {
+ return (
+ <>
+ Contact
+ >);
+}
+export default Contact;
\ No newline at end of file
diff --git a/src/components/Experience.js b/src/components/Experience.js
new file mode 100644
index 0000000..fd95f10
--- /dev/null
+++ b/src/components/Experience.js
@@ -0,0 +1,9 @@
+import React from "react";
+
+const Experience = () => {
+ return (
+ <>
+ Experience
+ >);
+}
+export default Experience;
\ No newline at end of file
diff --git a/src/components/Work.js b/src/components/Work.js
new file mode 100644
index 0000000..24fe4dd
--- /dev/null
+++ b/src/components/Work.js
@@ -0,0 +1,9 @@
+import React from "react";
+
+const Work = () => {
+ return (
+ <>
+ Work
+ >);
+}
+export default Work;
\ No newline at end of file