From 6b287ff39dae7e8da48735f75367a63cea5a8319 Mon Sep 17 00:00:00 2001 From: Dev EhChad Date: Tue, 27 Feb 2024 15:40:48 -0500 Subject: [PATCH] Shop page update Changed Shop to socials page --- src/App.js | 3 +++ src/components/Navbar.js | 4 ++-- src/pages/Socials.js | 37 +++++++++++++++++++++++++++++++++++++ src/styles/Socials.css | 25 +++++++++++++++++++++++++ 4 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 src/pages/Socials.js create mode 100644 src/styles/Socials.css 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