diff --git a/frontend/pages/index.js b/frontend/pages/index.js index 91c5be10..88d1e1fe 100644 --- a/frontend/pages/index.js +++ b/frontend/pages/index.js @@ -254,7 +254,7 @@ const Homepage = () => { fontWeight="semibold" color="white" > - All the crypto data you care about in a single stream + Open source blockchain analytics { display="inline-block" color="blue.200" > - Get all the crypto data you need in a single stream. - From pending transactions in the Ethereum transaction - pool to Elon Musk’s latest tweets. + Product analytics for Web3. Moonstream helps you + understand exactly how people are using your smart + contracts. - Access this data through the Moonstream dashboard or API - + */} @@ -285,7 +285,7 @@ const Homepage = () => { colSpan="12" // pt={["20px", "20px", "100px", null, "120px"]} pt={0} - pb={["20px", "56px", null, "184px"]} + // pb={["20px", "56px", null, "184px"]} minH="100vh" > { // mb={[12, 12, 12, null, 48]} fontSize={["md", "2xl", "3xl", "3xl", "3xl", "4xl"]} > - {` We believe in financial inclusion. Proprietary technologies - are not financially inclusive. That's why all our software - is `} + We believe that the blockchain is for everyone. This + requires complete transparency. That’s why all our + software is open source. open source @@ -313,10 +313,10 @@ const Homepage = () => { - Data you can add to your stream: + See how your smart contracts are being used from: @@ -360,7 +360,7 @@ const Homepage = () => { Social media posts -
+ {/*
Moonstream is meant for you if @@ -404,9 +404,9 @@ const Homepage = () => { }, }} /> - + */} - { ]} imgURL={assets["cryptoTraders"]} /> - - */} + {/* { ]} imgURL={assets["algorithmicFunds"]} /> - + */} { mixpanel.get_distinct_id() && mixpanel.track(`${MIXPANEL_EVENTS.BUTTON_CLICKED}`, { @@ -553,7 +553,7 @@ const Homepage = () => { bgColor: "blue.900", }, ]} - imgURL={assets["smartDevelopers"]} + imgURL={assets["cryptoTraders"]} /> { pb="120px" >
- + + + Want to find out more? Reach out to us on{" "} + { + mixpanel.get_distinct_id() && + mixpanel.track( + `${MIXPANEL_EVENTS.BUTTON_CLICKED}`, + { + [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Join our discord`, + } + ); + toggleModal("hubspot"); + }} + isExternal + href={"https://discord.gg/K56VNUQGvA"} + > + Discord + {" "} + or{" "} + { + mixpanel.get_distinct_id() && + mixpanel.track( + `${MIXPANEL_EVENTS.BUTTON_CLICKED}`, + { + [`${MIXPANEL_PROPS.BUTTON_NAME}`]: `Early access CTA: developer`, + } + ); + toggleModal("hubspot-developer"); + }} + > + request early access + + +
diff --git a/frontend/pages/welcome.js b/frontend/pages/welcome.js index 9bb4f2b8..7caeb345 100644 --- a/frontend/pages/welcome.js +++ b/frontend/pages/welcome.js @@ -8,8 +8,6 @@ import { Stack, ButtonGroup, Spacer, - Radio, - RadioGroup, UnorderedList, ListItem, Fade, @@ -28,7 +26,6 @@ import { import StepProgress from "../src/components/StepProgress"; import { ArrowLeftIcon, ArrowRightIcon } from "@chakra-ui/icons"; import Scrollable from "../src/components/Scrollable"; -import AnalyticsContext from "../src/core/providers/AnalyticsProvider/context"; import NewSubscription from "../src/components/NewSubscription"; import StreamEntry from "../src/components/StreamEntry"; import SubscriptionsList from "../src/components/SubscriptionsList"; @@ -39,8 +36,6 @@ import { FaFilter } from "react-icons/fa"; const Welcome = () => { const { subscriptionsCache } = useSubscriptions(); const ui = useContext(UIContext); - const { mixpanel, isLoaded, MIXPANEL_PROPS } = useContext(AnalyticsContext); - const [profile, setProfile] = React.useState(); const [showSubscriptionForm, setShowSubscriptionForm] = useBoolean(true); useEffect(() => { @@ -53,14 +48,6 @@ const Welcome = () => { ui.setOnboardingStep(index); }; - useEffect(() => { - if (profile && isLoaded) { - mixpanel.people.set({ - [`${MIXPANEL_PROPS.USER_SPECIALITY}`]: profile, - }); - } - }, [profile, MIXPANEL_PROPS, isLoaded, mixpanel]); - const SubscriptonCreatedCallback = () => { setShowSubscriptionForm.off(); }; @@ -250,48 +237,6 @@ const Welcome = () => { - - - - Tell us more about your needs - - - In order to create the best possible experience, we would love - to find out some more about you. - - - Please tell us what profile describes you best.{" "} - - This is purely analytical data, you can change it anytime - later. - - - - - I am trading crypto currency - I represent investment fund - I am developer - - - )}