diff --git a/src/components/parts/Footer.tsx b/src/components/parts/Footer.tsx index be26882..dcc3331 100644 --- a/src/components/parts/Footer.tsx +++ b/src/components/parts/Footer.tsx @@ -1,4 +1,4 @@ -import React, { useMemo, useState } from "react"; +import React, { useMemo } from "react"; /* -------------------------------------------------------------------------- */ /* Import Components */ /* -------------------------------------------------------------------------- */ @@ -12,16 +12,16 @@ import Link from "components/typography/Link"; /* -------------------------------------------------------------------------- */ const mainLinks = [ - { label: "account settings", url: "#", enabled: true }, + { label: "account settings", url: "/account/settings", enabled: true }, { label: "about freeland", url: "/about", enabled: true }, - { label: "help", url: "#", enabled: true }, - { label: "contact us", url: "#", enabled: true }, + { label: "help", url: "/help", enabled: true }, + { label: "contact us", url: "/contact-us", enabled: true }, ]; const secondaryLinks = [ - { index: 1, label: "Terms of Use", url: "#", enabled: true }, - { index: 2, label: "Privacy Policy", url: "#", enabled: true }, - { index: 3, label: "Cookies Policy", url: "#", enabled: true }, + { index: 1, label: "Terms of Use", url: "/terms-of-use", enabled: true }, + { index: 2, label: "Privacy Policy", url: "/privacy-policy", enabled: true }, + { index: 3, label: "Cookies Policy", url: "/cookies-policy", enabled: true }, ]; /* -------------------------------------------------------------------------- */ @@ -76,16 +76,23 @@ export function Footer() {
- - Freeland - + + + Freeland + +
{mainLinksPart}
- - {" "} + + + + + {" "} + +