diff --git a/frontend/src/components/Footer.js b/frontend/src/components/Footer.js index 0049984d..d212befe 100644 --- a/frontend/src/components/Footer.js +++ b/frontend/src/components/Footer.js @@ -1,6 +1,7 @@ import React from "react"; -import { Flex, Text, Link } from "@chakra-ui/react"; +import { Flex, Text, Link, Heading } from "@chakra-ui/react"; import CustomIcon from "../components/CustomIcon"; +import RouterLink from "next/link"; const ICONS = [ { @@ -22,6 +23,11 @@ const SITEMAP_FLEX_PROPS = { mr: 12, }; +const LINKS_SIZES = { + fontWeight: "300", + fontSize: "lg", +}; + const Footer = () => ( ( maxW="40rem" > - {/* + About - */} - {/* + {" "} + Team - */} - {/* - Events - - Blog - */} + + Product + + - {/* - Legal + + News - - Terms of service - */} + + Blog + {/* Privacy policy */} - {/* Product @@ -94,7 +97,7 @@ const Footer = () => ( fontSize="xl" fontWeight="500" > - Stay in touch{` `} + All the crypto data you care about{` `} 💙