diff --git a/src/layouts/dashboard/index.js b/src/layouts/dashboard/index.js index 9fc8df3..9f86079 100644 --- a/src/layouts/dashboard/index.js +++ b/src/layouts/dashboard/index.js @@ -47,7 +47,7 @@ function Dashboard() { - + - + + + + + + - + {" "} {/* diff --git a/src/layouts/landing/App.js b/src/layouts/landing/App.js index 31aefd1..e528d12 100644 --- a/src/layouts/landing/App.js +++ b/src/layouts/landing/App.js @@ -5,28 +5,25 @@ import Access from "./Page/Access"; import Supercharge from "./Page/Supercharge"; import Agents from "./Page/Agents"; import Action from "./Page/Action"; -import Footer from "./Page/Footer"; +// import Footer from "./Page/Footer"; import "./index.css"; -import DashboardLayout from "examples/LayoutContainers/DashboardLayout"; -import DashboardNavbar from "examples/Navbars/DashboardNavbar"; +// import DashboardLayout from "examples/LayoutContainers/DashboardLayout"; +// import DashboardNavbar from "examples/Navbars/DashboardNavbar"; function App() { return ( - - -
-
- - - - - - -
+
+
+ + + + + + +
-
-
- + {/*
); }