diff --git a/src/pages/Home/LandingPage.css b/src/pages/Home/LandingPage.css index db6555fa..318eadd5 100644 --- a/src/pages/Home/LandingPage.css +++ b/src/pages/Home/LandingPage.css @@ -57,7 +57,7 @@ nav.layout-navbar { /* backdrop-filter: unset; */ /* background-color: transparent !important; */ - background-color: rgba(214, 36, 33, 0.88) !important; + /* background-color: rgba(214, 36, 33, 0.88) !important; */ } nav.layout-navbar::before { diff --git a/src/router/AppRoutes.jsx b/src/router/AppRoutes.jsx index 637f7f8c..6907ea85 100644 --- a/src/router/AppRoutes.jsx +++ b/src/router/AppRoutes.jsx @@ -49,6 +49,7 @@ import MainResetPasswordPage from "../pages/authentication/MainResetPasswordPage import TenantPage from "../pages/Tenant/TenantPage"; import { Navigate } from "react-router-dom"; import CreateTenant from "../pages/Tenant/CreateTenant"; +import LandingPage from "../pages/Home/LandingPage"; const router = createBrowserRouter( [ {