diff --git a/src/App.jsx b/src/App.jsx index d7289db..f8519c5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,4 +1,5 @@ import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; +import { ThemeProvider } from './context/ThemeContext'; import Navbar from './components/layout/Navbar'; import Footer from './components/layout/Footer'; import Home from './pages/Home'; @@ -14,26 +15,28 @@ import NotFound from './pages/NotFound'; function App() { return ( - -
- -
- - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - -
-
-
+ + +
+ +
+ + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + +
+
+
+
); } diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index 586fec1..068b8b4 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -4,13 +4,13 @@ import { FaDiscord } from 'react-icons/fa'; function Footer() { return ( -