diff --git a/frontend/pages/index.js b/frontend/pages/index.js
index eebddf96..32d714eb 100644
--- a/frontend/pages/index.js
+++ b/frontend/pages/index.js
@@ -1,6 +1,6 @@
import React, {
useState,
- // useContext,
+ useContext,
Suspense,
useEffect,
useLayoutEffect,
@@ -31,46 +31,46 @@ import {
} from "../src/core/providers/AnalyticsProvider/constants";
import { AWS_ASSETS_PATH } from "../src/core/constants";
import mixpanel from "mixpanel-browser";
-// import UIContext from "../src/core/providers/UIProvider/context";
-// const SplitWithImage = dynamic(
-// () => import("../src/components/SplitWithImage"),
-// {
-// ssr: false,
-// }
-// );
-// const GiSuspicious = dynamic(() =>
-// import("react-icons/gi").then((mod) => mod.GiSuspicious)
-// );
+import UIContext from "../src/core/providers/UIProvider/context";
+const SplitWithImage = dynamic(
+ () => import("../src/components/SplitWithImage"),
+ {
+ ssr: false,
+ }
+);
+const GiSuspicious = dynamic(() =>
+ import("react-icons/gi").then((mod) => mod.GiSuspicious)
+);
-// const GiHook = dynamic(() =>
-// import("react-icons/gi").then((mod) => mod.GiHook)
-// );
+const GiHook = dynamic(() =>
+ import("react-icons/gi").then((mod) => mod.GiHook)
+);
-// const IoTelescopeSharp = dynamic(() =>
-// import("react-icons/io5").then((mod) => mod.IoTelescopeSharp)
-// );
+const IoTelescopeSharp = dynamic(() =>
+ import("react-icons/io5").then((mod) => mod.IoTelescopeSharp)
+);
-// const AiFillApi = dynamic(() =>
-// import("react-icons/ai").then((mod) => mod.AiFillApi)
-// );
+const AiFillApi = dynamic(() =>
+ import("react-icons/ai").then((mod) => mod.AiFillApi)
+);
-// const BiTransfer = dynamic(() =>
-// import("react-icons/bi").then((mod) => mod.BiTransfer)
-// );
+const BiTransfer = dynamic(() =>
+ import("react-icons/bi").then((mod) => mod.BiTransfer)
+);
-// const RiDashboardFill = dynamic(() =>
-// import("react-icons/ri").then((mod) => mod.RiDashboardFill)
-// );
-// const FaFileContract = dynamic(() =>
-// import("react-icons/fa").then((mod) => mod.FaFileContract)
-// );
-// const GiMeshBall = dynamic(() =>
-// import("react-icons/gi").then((mod) => mod.GiMeshBall)
-// );
+const RiDashboardFill = dynamic(() =>
+ import("react-icons/ri").then((mod) => mod.RiDashboardFill)
+);
+const FaFileContract = dynamic(() =>
+ import("react-icons/fa").then((mod) => mod.FaFileContract)
+);
+const GiMeshBall = dynamic(() =>
+ import("react-icons/gi").then((mod) => mod.GiMeshBall)
+);
-// const GiLogicGateXor = dynamic(() =>
-// import("react-icons/gi").then((mod) => mod.GiLogicGateXor)
-// );
+const GiLogicGateXor = dynamic(() =>
+ import("react-icons/gi").then((mod) => mod.GiLogicGateXor)
+);
const ConnectedButtons = dynamic(
() => import("../src/components/ConnectedButtons"),
@@ -97,7 +97,7 @@ const assets = {
smartDevelopers: `${AWS_ASSETS_PATH}/smart+contract+developers.png`,
};
const Homepage = () => {
- // const ui = useContext(UIContext);
+ const ui = useContext(UIContext);
const [background, setBackground] = useState("background720");
const [backgroundLoaded720, setBackgroundLoaded720] = useState(false);
const [backgroundLoaded1920, setBackgroundLoaded1920] = useState(false);
@@ -264,30 +264,14 @@ const Homepage = () => {
understand exactly how people are using your smart
contracts.
- {/*
- Access this data through the Moonstream dashboard or
- API
- */}
-
+
{
>
We believe that the blockchain is for everyone. This
@@ -419,7 +402,7 @@ const Homepage = () => {
/>
- {/* {
mirror={true}
colorScheme="orange"
badge={`Centralized exchange prices`}
+ title={`Market data - just in time! `}
+ body={`Moonstream is your tool of choice to built algorithms and tools which need to source data from exchange services. Whether it is on-chian automatic market maker, or centralized exchange - get numbers in one dashboard`}
bullets={[
{
text: `Get API access to your stream`,
@@ -547,22 +532,24 @@ const Homepage = () => {
}}
elementName={"element3"}
colorScheme="blue"
- badge={`Know your people`}
+ title={`What really matters - is people`}
+ badge={`stay social`}
+ body={`It's all about the community. Stay informed about what happens in social networks, news portals and rss feeds`}
bullets={[
{
- text: `Subscribe to social media tags and people`,
- icon: IoTelescopeSharp,
+ text: `Use our AI to get semantics and find patterns`,
+ icon: GiMeshBall,
color: "blue.50",
bgColor: "blue.900",
},
{
- text: `Automatically process content with our semantics AI analysis`,
+ text: `Secure your community wellbeing by automatically detecting social scam`,
icon: GiSuspicious,
color: "blue.50",
bgColor: "blue.900",
},
{
- text: `Register webhooks to connect your infrastructure`,
+ text: `Register on-chain webhooks to take action`,
icon: GiHook,
color: "blue.50",
bgColor: "blue.900",
@@ -627,7 +614,7 @@ const Homepage = () => {
]}
imgURL={assets["smartDevelopers"]}
/>
- */}
+
-//
-//
-// Right now our source of data is Ethereum blockchain. Our goal is to
-// provide a live view of the transactions taking place on every public
-// blockchain - from the activity of specific accounts or smart
-// contracts to updates about general market movements.
-//
-//
-// This information comes from the blockchains themselves, from their
-// mempools/transaction pools, and from centralized exchanges, social
-// media, and the news. This forms a stream of information tailored to
-// your specific needs.
-//
-//
-// We’re giving you a macro view of the crypto market with direct
-// access from Moonstream dashboards to execute transactions. You can
-// also set up programs which execute (on- or off-chain) when your
-// stream meets certain conditions.
-//
-//
-// Moonstream is accessible through dashboard, API and webhooks.
-//
-//
-// Moonstream’s financial inclusion goes beyond providing access to
-// data. All of our work is open source as we do not believe that
-// proprietary technologies are financially inclusive.
-//
-//
-// You can read{" "}
-//
-// our code on GitHub.
-// {" "}
-// and keep track of our progress using{" "}
-//
-// the Moonstream milestones
-//
-// .
-//
-//