import React, { useMemo } from "react";
/* -------------------------------------------------------------------------- */
/* Import Components */
/* -------------------------------------------------------------------------- */
import Typography from "components/typography/Typography";
import { SVGFacebook, SVGInstagram, SVGCircle } from "components/icons";
import { RouterLink } from "components/typography/RouterLink";
import Link from "components/typography/Link";
/* -------------------------------------------------------------------------- */
/* Define consts */
/* -------------------------------------------------------------------------- */
const mainLinks = [
{ label: "account settings", url: "/account/settings", disabled: false },
{ label: "about freeland", url: "/about", disabled: false },
{ label: "help", url: "/help", disabled: false },
{ label: "contact us", url: "/contact-us", disabled: false },
];
const secondaryLinks = [
{ index: 1, label: "Terms of Use", url: "/terms-of-use", disabled: false },
{
index: 2,
label: "Privacy Policy",
url: "/privacy-policy",
disabled: false,
},
{
index: 3,
label: "Cookies Policy",
url: "/cookies-policy",
disabled: false,
},
];
/* -------------------------------------------------------------------------- */
/* Difine parts of footer */
/* -------------------------------------------------------------------------- */
/* -------------------- Icons with social networks icons -------------------- */
const circleDivider = (