import React from "react"; import Fade from "react-reveal/Fade"; import Reveal from "react-reveal/Reveal"; import { FooterOrb, FooterCube, Built } from "../../svg"; import "./Footer.scss"; import { Mailing } from ".."; const Arrow = () => null; // mock arrows temporarily export default function Footer() { return ( ); }