update login functionality and UI; updated Navbar for routing, modified LoginPage and improve styles.
This commit is contained in:
parent
1b2f4b10ba
commit
9cd6ae4ccb
8 changed files with 82 additions and 52 deletions
|
|
@ -5,11 +5,10 @@ import "./scss/styles.scss";
|
|||
import Navbar from "./components/Navbar";
|
||||
import Hero from "./components/Hero";
|
||||
import Services from "./components/Services";
|
||||
import Header from "./components/Header";
|
||||
|
||||
createRoot(document.getElementById("root")).render(
|
||||
<StrictMode>
|
||||
|
||||
<AppRouter />
|
||||
|
||||
</StrictMode>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue