- {/* {
onClick: () => {
mixpanel.get_distinct_id() &&
mixpanel.track(`${MIXPANEL_EVENTS.BUTTON_CLICKED}`, {
- [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: Crypto trader`,
+ [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: developer txpool button`,
});
- toggleModal("hubspot-trader");
+ toggleModal("hubspot-developer");
},
}}
elementName={"element1"}
colorScheme="green"
- badge={`For crypto traders`}
- title={``}
- body={``}
+ badge={`Transaction pool data`}
+ title={`Get real-time access to transaction pool`}
+ body={`In blockchains, transaction pool is place where future blocks are being forged.
+ Having insight in to this dynamic, always changing data means to be in the present moment
+ `}
bullets={[
{
text: `Subscribe to the defi contracts you care about`,
@@ -412,28 +436,28 @@ const Homepage = () => {
bgColor: "green.900",
},
{
- text: `Make sense of how others are calling these contracts using Moonstream dashboards.
+ text: `Get data directly from the transaction pool through our global network of Ethereum nodes
`,
icon: RiDashboardFill,
color: "green.50",
bgColor: "green.900",
},
{
- text: `Get data directly from the transaction pool through our global network of Ethereum nodes`,
+ text: `Setup notifications to be first to know when and how your contract is being interacted`,
icon: GiMeshBall,
color: "green.50",
bgColor: "green.900",
},
]}
- imgURL={assets["cryptoTraders"]}
+ imgURL={assets["pendingTransactions"]}
/>
- */}
- {/*
+ {
onClick: () => {
mixpanel.get_distinct_id() &&
mixpanel.track(`${MIXPANEL_EVENTS.BUTTON_CLICKED}`, {
- [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: Algo fund`,
+ [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: developer exchanges button`,
});
- toggleModal("hubspot-fund");
+ toggleModal("hubspot-developer");
},
}}
elementName={"element2"}
mirror={true}
colorScheme="orange"
- badge={`For algorithmic funds`}
+ 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`,
@@ -471,9 +497,9 @@ const Homepage = () => {
bgColor: "orange.900",
},
]}
- imgURL={assets["algorithmicFunds"]}
+ imgURL={assets["priceInformation"]}
/>
- */}
+ {
onClick: () => {
mixpanel.get_distinct_id() &&
mixpanel.track(`${MIXPANEL_EVENTS.BUTTON_CLICKED}`, {
- [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: developer`,
+ [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: developer smartDeveloper button`,
});
toggleModal("hubspot-developer");
},
@@ -506,28 +532,87 @@ const Homepage = () => {
}}
elementName={"element3"}
colorScheme="blue"
- badge={`For smart contract developers`}
+ 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: `Monitor blockchain data in real time`,
- icon: IoTelescopeSharp,
+ text: `Use our AI to get semantics and find patterns`,
+ icon: GiMeshBall,
color: "blue.50",
bgColor: "blue.900",
},
{
- text: `Set up alerts on suspicious activity`,
+ text: `Secure your community wellbeing by automatically detecting social scam`,
icon: GiSuspicious,
color: "blue.50",
bgColor: "blue.900",
},
{
- text: `Register webhooks to connect your off-chain infrastructure`,
+ text: `Register on-chain webhooks to take action`,
icon: GiHook,
color: "blue.50",
bgColor: "blue.900",
},
]}
- imgURL={assets["cryptoTraders"]}
+ imgURL={assets["socialMediaPosts"]}
+ />
+
+
+ {
+ mixpanel.get_distinct_id() &&
+ mixpanel.track(`${MIXPANEL_EVENTS.BUTTON_CLICKED}`, {
+ [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: developer analytics button`,
+ });
+ toggleModal("hubspot-developer");
+ },
+ }}
+ socialButton={{
+ url: "https://github.com/bugout-dev/moonstream/",
+ network: "github",
+ label: "See our github",
+ onClick: () => {
+ mixpanel.get_distinct_id() &&
+ mixpanel.track(`${MIXPANEL_EVENTS.BUTTON_CLICKED}`, {
+ [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Github link in landing page`,
+ });
+ },
+ }}
+ elementName={"element3"}
+ colorScheme="red"
+ badge={`Analyse blockchain activity`}
+ bullets={[
+ {
+ text: `Monitor blockchain data in real time`,
+ icon: IoTelescopeSharp,
+ color: "red.50",
+ bgColor: "red.900",
+ },
+ {
+ text: `Set up alerts on suspicious activity`,
+ icon: GiSuspicious,
+ color: "red.50",
+ bgColor: "red.900",
+ },
+ {
+ text: `Register webhooks to connect your off-chain infrastructure`,
+ icon: GiHook,
+ color: "red.50",
+ bgColor: "red.900",
+ },
+ ]}
+ imgURL={assets["smartDevelopers"]}
/>
{
[`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Join our discord`,
}
);
- toggleModal("hubspot");
}}
isExternal
href={"https://discord.gg/K56VNUQGvA"}
@@ -566,7 +650,7 @@ const Homepage = () => {
mixpanel.track(
`${MIXPANEL_EVENTS.BUTTON_CLICKED}`,
{
- [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: developer`,
+ [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: developer want to find more button`,
}
);
toggleModal("hubspot-developer");
diff --git a/frontend/pages/product/index.js b/frontend/pages/product/index.js
index fa03ba4a..4df1e1ac 100644
--- a/frontend/pages/product/index.js
+++ b/frontend/pages/product/index.js
@@ -1,26 +1,30 @@
import React, { useEffect, useState, useLayoutEffect } from "react";
import {
- Heading,
Text,
Flex,
Link,
Stack,
- chakra,
useMediaQuery,
useBreakpointValue,
+ Center,
} from "@chakra-ui/react";
-import { DEFAULT_METATAGS, AWS_ASSETS_PATH } from "../../src/core/constants";
-export async function getStaticProps() {
- return {
- props: { metaTags: { ...DEFAULT_METATAGS } },
- };
-}
-
+import { AWS_ASSETS_PATH } from "../../src/core/constants";
+import SplitWithImage from "../../src/components/SplitWithImage";
+import mixpanel from "mixpanel-browser";
+import {
+ MIXPANEL_PROPS,
+ MIXPANEL_EVENTS,
+} from "../../src/core/providers/AnalyticsProvider/constants";
const assets = {
background720: `${AWS_ASSETS_PATH}/product-background-720x405.png`,
background1920: `${AWS_ASSETS_PATH}/product-background-720x405.png`,
background2880: `${AWS_ASSETS_PATH}/product-background-720x405.png`,
background3840: `${AWS_ASSETS_PATH}/product-background-720x405.png`,
+ environment: `${AWS_ASSETS_PATH}/product_comic/environment.png`,
+ developers: `${AWS_ASSETS_PATH}/product_comic/developers.png`,
+ meanwhile: `${AWS_ASSETS_PATH}/product_comic/meanwhile.png`,
+ struggle: `${AWS_ASSETS_PATH}/product_comic/struggle.png`,
+ solution: `${AWS_ASSETS_PATH}/product_comic/solution.png`,
};
const Product = () => {
@@ -125,78 +129,121 @@ const Product = () => {
bgColor="transparent"
backgroundImage={`url(${assets[`${background}`]})`}
bgSize="cover"
- // boxSize="full"
minH="100vh"
direction="column"
alignItems="center"
pb={24}
>
-
-
- {`Why you'll love Moonstream`}
-
-
-
- We strive for financial inclusion. With cryptocurrencies becoming
- mainstream, now is the time for anyone with a computer and access to
- the Internet to utilize this opportunity to make passive income.
- We’re here to make it easier.
-
-
- 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
-
- .
-
-
+
+
+
+
+
+
+