Navbar and UI changes

Just some general nav updates
This commit is contained in:
2024-01-25 03:42:32 -05:00
parent f675fb4e72
commit 2d2ea2d0dd
4 changed files with 33 additions and 23 deletions

View File

@@ -13,10 +13,15 @@ function App() {
<Router>
<Navbar />
<Routes>
<Route path="/" exact element={<Home />} />
<Route path="/shop" exact element={<Shop />} />
<Route path="/about" exact element={<About />} />
<Route path="/contact" exact element={<Contact />} />
</Routes>
<Footer />
</Router>