diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index c9762a2..5cd85ed 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -4,6 +4,7 @@ import { Routes, Route } from 'react-router-dom'
 import './App.css'
 import Home from './pages/Home'
 import Navbar from './components/Navbar'
+import Sidebar from './components/Sidebar'
 import Footer from './components/Footer'
 import Experience from './pages/Experience'
 import Projects from './pages/Projects'
@@ -24,14 +25,21 @@ function App() {
         
           
             
-            
-              
-                } />
-                } />
-                } />
-                } />
-              
-            
+            
+              
+                
+              
+              
+                
+                  
+                    } />
+                    } />
+                    } />
+                    } />
+                  
+                
+              
+            
+      
Contact
+      
+      
+      
Connect
+      
+      
+    
        {
       
 
       
-        {experiences.map((exp, index) => (
+        {EXPERIENCE.map((exp, index) => (
           
 {
       
 
       
-        {education.map((edu, index) => (
+        {EDUCATION.map((edu, index) => (