diff --git a/src/Pages/Home/Homescreen/index.jsx b/src/Pages/Home/Homescreen/index.jsx
index 0b24674..ebd15d7 100644
--- a/src/Pages/Home/Homescreen/index.jsx
+++ b/src/Pages/Home/Homescreen/index.jsx
@@ -1,4 +1,6 @@
import AboutMe from "../AboutMe";
+import ContactMe from "../ContactMe";
+import Footer from "../Footer";
import HeroSection from "../HeroSection";
import MyPortfolio from "../MyPortfolio";
import MySkills from "../MySkills";
@@ -10,6 +12,8 @@ export default function Home() {
+
+
>
);
}