diff --git a/package.json b/package.json index f208558..c6b3b04 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,12 @@ "node": "~14.17.0" }, "dependencies": { + "@emotion/react": "^11.6.0", + "@emotion/styled": "^11.6.0", "@material-ui/core": "^4.12.3", "@material-ui/lab": "^4.0.0-alpha.60", + "@mui/icons-material": "^5.1.1", + "@mui/material": "^5.1.1", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/public/staking1.png b/public/staking1.png new file mode 100644 index 0000000..80f7af8 Binary files /dev/null and b/public/staking1.png differ diff --git a/public/staking2.png b/public/staking2.png new file mode 100644 index 0000000..be62a6a Binary files /dev/null and b/public/staking2.png differ diff --git a/public/validator-circle.png b/public/validator-circle.png new file mode 100644 index 0000000..ca64d24 Binary files /dev/null and b/public/validator-circle.png differ diff --git a/src/App.js b/src/App.js index 61ad71f..b61a5b2 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,6 @@ import React from "react"; import { Header } from "./components/Header"; +import { Banner } from "./components/Banner"; import { Cards } from "./components/Cards"; import SmoothScroll from "smooth-scroll"; import "./App.css"; @@ -15,6 +16,7 @@ import { TEXT_BROWN } from "./constants/colors"; import clsx from "clsx"; import Footer from "./components/Footer"; import Roadmap from "./components/Roadmap"; +import Validator from "./components/Validator"; export const scroll = new SmoothScroll('a[href*="#"]', { speed: 1000, @@ -100,6 +102,7 @@ const App = () => {
+
{
+