diff --git a/src/App.js b/src/App.js
index bf2ffe1..ae89efd 100644
--- a/src/App.js
+++ b/src/App.js
@@ -4,6 +4,7 @@ import Navbar from "./components/Navbar";
import Footer from "./components/Footer";
import Home from "./pages/Home";
import Shop from "./pages/Shop";
+import Socials from "./pages/Socials";
import About from "./pages/About";
import Contact from "./pages/Contact";
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
@@ -24,6 +25,8 @@ function App() {
} />
} />
+
+ } />
} />
diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index 3a88a1d..c6f2e89 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -17,14 +17,14 @@ function Navbar() {
Home
- Shop
+ Socials
About
Contact
Home
-
Shop
+
Socials
About
Contact