diff --git a/src/App.jsx b/src/App.jsx
index fd780e7..639647e 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -8,6 +8,7 @@ import MobileMenu from "./components/MobileMenu"
import Home from "./components/sections/Home"
import About from "./components/sections/About"
import Projects from "./components/sections/Projects"
+import Contact from "./components/sections/Contact"
function App() {
const [isLoaded, setIsLoaded] = useState(false);
@@ -22,6 +23,7 @@ function App() {
Due to my passion for computer science and everything related, I managed to gather skills in multiple domains.
{data["graduated"] ? "Graduated in " : "To be completed in "}{data["graduation_year"]}
@@ -325,7 +325,7 @@ function About() {{data["expiration"] ? `Expire ${data["expiration"]}` : ""}
@@ -333,13 +333,13 @@ function About() { ))}- Description... -
-+ {project.description} +
+ + View Project ({project.visibility})