diff --git a/frontend/pages/index.js b/frontend/pages/index.js index 27cfbbaf..3a8f4a5d 100644 --- a/frontend/pages/index.js +++ b/frontend/pages/index.js @@ -37,6 +37,7 @@ import Slider from "react-slick"; import SchematicPlayground from "../src/components/SchematicPlayground"; import { v4 as uuidv4 } from "uuid"; import RouteButton from "../src/components/RouteButton"; +import { FaDiscord } from "react-icons/fa"; const SplitWithImage = dynamic( () => import("../src/components/SplitWithImage"), { @@ -391,48 +392,46 @@ const Homepage = () => { mt={[24, 32, 48]} pb={[12, 12, 12, null, 24]} > - See how your smart contracts are being used from: + Get analytics for your: - Ethereum mined transactions + Decentralized Exchanges - - Ethereum pending transactions - + {`DAO's`} - Centralized exchanges + Fungeble Tokens - Social media posts + Non-Fungable Tokens
@@ -752,56 +751,44 @@ const Homepage = () => { + + } + > + git clone moonstream + + } + w="250px" + > + Join our Discord + + } + size="lg" + variant="solid" + colorScheme="orange" > - git clone moonstream + Sign up - - - 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`, - } - ); - }} - 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 want to find more button`, - } - ); - toggleModal("hubspot-developer"); - }} - > - request early access - - -