From 4e7e0922207fdba5df8ffa37dcfc8f808887fb20 Mon Sep 17 00:00:00 2001 From: shikhar1est Date: Sun, 5 Oct 2025 19:31:00 +0530 Subject: [PATCH] Enhancement : Home page blocks hover --- frontend/src/App.js | 4 ++-- frontend/src/pages/Home.jsx | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index 3eb8d47..76661b2 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -64,11 +64,11 @@ const AppContent = () => { /> } + element={} /> } + 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 = () => {