diff --git a/frontend/src/App.js b/frontend/src/App.js index af17f69..76661b2 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -62,9 +62,14 @@ const AppContent = () => { path="*" element={} /> - } /> - } /> - + } + /> + } + /> diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index 166ef65..588a177 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -119,7 +119,10 @@ const Home = () => { {features.map((feature, index) => { const Icon = feature.icon; return ( -
+
@@ -149,7 +152,7 @@ const Home = () => {