import Typography from '@/components/ui/Typography' import { css } from '@/styled-system/css' import { Container } from '@/styled-system/jsx' import { faChevronRight, faHeart } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import NextLink from 'next/link' import { type FC } from 'react' const Footer: FC = () => { return ( ) } export default Footer