diff --git a/frontend/public/Images/arb.png b/frontend/public/Images/arb.png new file mode 100644 index 0000000..8589f20 Binary files /dev/null and b/frontend/public/Images/arb.png differ diff --git a/frontend/public/Images/base.png b/frontend/public/Images/base.png new file mode 100644 index 0000000..c3bba0d Binary files /dev/null and b/frontend/public/Images/base.png differ diff --git a/frontend/public/Images/eth.png b/frontend/public/Images/eth.png new file mode 100644 index 0000000..8a4d701 Binary files /dev/null and b/frontend/public/Images/eth.png differ diff --git a/frontend/public/Images/image.png b/frontend/public/Images/image.png new file mode 100644 index 0000000..3f81063 Binary files /dev/null and b/frontend/public/Images/image.png differ diff --git a/frontend/public/Images/usdc.png b/frontend/public/Images/usdc.png new file mode 100644 index 0000000..9f7c32b Binary files /dev/null and b/frontend/public/Images/usdc.png differ diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index eedfdf7..396d1e7 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,24 +1,33 @@ -import './index.css' +import { BrowserRouter as Router, Route, Routes } from 'react-router-dom' import Navbar from './components/Nav' import Heropage from './components/Hero' import Metrics from './components/Metrics' import Content from './components/Content' import Footer from './components/Footer' +import Dapp from './DApp/page' function App() { return ( - <> -
- - -
- + + + + + + +
+ +
+