diff --git a/public/ad-astra-video.png b/public/ad-astra-video.png
new file mode 100644
index 0000000..700b053
Binary files /dev/null and b/public/ad-astra-video.png differ
diff --git a/public/xodeapp.png b/public/xodeapp.png
new file mode 100644
index 0000000..74c3e3e
Binary files /dev/null and b/public/xodeapp.png differ
diff --git a/src/pages/home.js b/src/pages/home.js
index 6b8b22c..c532335 100644
--- a/src/pages/home.js
+++ b/src/pages/home.js
@@ -1,26 +1,18 @@
-import React, { useState } from 'react';
-import '../style.css';
-import {
- Navigate
-} from "react-router-dom";
-import { useSelector } from 'react-redux';
-import RetroHitCounter from 'react-retro-hit-counter';
-import ContractPrices from '../components/ContractPrices';
+import React, { useState } from "react";
+import "../style.css";
+import { Navigate } from "react-router-dom";
+import { useSelector } from "react-redux";
+import RetroHitCounter from "react-retro-hit-counter";
+import ContractPrices from "../components/ContractPrices";
// Index of all sub-pages on this website
const Home = (obj) => {
const userstate = useSelector((state) => state.userstate);
- const livepeer = useSelector((state) => state.livepeerstate);
- const [redirectToGrafana, setRedirectToGrafana] = useState(false);
const [redirectToLPT, setRedirectToLPT] = useState(false);
const [redirectToStats, setRedirectToStats] = useState(false);
- const [redirectToGraphs, setRedirectToGraphs] = useState(false);
const [thisChad, setChad] = useState("");
-
- if (redirectToGrafana) {
- return
+ On this page you will find an overview of everything related to{" "} + captain-stronk.eth +