From d5086e21ae85f36c45cb837dbbd2db80bba9be8e Mon Sep 17 00:00:00 2001 From: Bhakti Date: Sat, 22 Feb 2025 18:42:03 +0530 Subject: [PATCH] converting all parts to glassmorphism --- Frontend/src/App.jsx | 5 +- Frontend/src/pages/Home/Footer.jsx | 2 +- Frontend/src/pages/Home/Hero.jsx | 8 +- Frontend/src/pages/Home/HomePage.jsx | 12 ++- Frontend/src/pages/Home/Testimonial.jsx | 105 +++++++++++------------- 5 files changed, 60 insertions(+), 72 deletions(-) diff --git a/Frontend/src/App.jsx b/Frontend/src/App.jsx index 99eba02..ed0e327 100644 --- a/Frontend/src/App.jsx +++ b/Frontend/src/App.jsx @@ -1,6 +1,7 @@ import { useDispatch, useSelector } from "react-redux"; import "./App.css"; -import Navbar from "./components/Navbar"; +//import Navbar from "./components/Navbar"; +import Navbar2 from "./components/Navbar2"; import { useEffect } from "react"; import { userSliceActions } from "./store/userSlice"; @@ -36,7 +37,7 @@ function App() { return ( <>
- +
{ return ( <> -