From 0bd92c5f86f44e9613848157c940013ef32f74d3 Mon Sep 17 00:00:00 2001 From: "Georgi Ganchev @7DIGIT" Date: Wed, 17 Jan 2024 12:55:30 +0200 Subject: [PATCH 1/3] Remove: contact information from footer --- src/blocks/Page/Page.jsx | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/src/blocks/Page/Page.jsx b/src/blocks/Page/Page.jsx index b79ad36..283d858 100644 --- a/src/blocks/Page/Page.jsx +++ b/src/blocks/Page/Page.jsx @@ -197,27 +197,18 @@ export const Page = ({ const footerLists = { list1: [ { name: t("footer_1"), url: "/dashboard" }, - { name: t("footer_2"), url: "/consultations" }, - { name: t("footer_3"), url: "/information-portal" }, { name: t("footer_4"), url: "/profile" }, + { name: t("footer_2"), url: "/consultations" }, ], list2: [ - { name: t("footer_5"), url: "/terms-of-use", exact: true }, - { name: t("footer_6"), url: "/privacy-policy" }, - { name: t("footer_7"), url: "/cookie-policy" }, + { name: t("footer_3"), url: "/information-portal" }, { name: t("footer_8"), url: "/faq" }, + { name: t("contact_us"), url: "/contact-us" }, ], list3: [ - { value: "+7 717 232 28 78", iconName: "call-filled", onClick: "phone" }, - { - value: "Beibitshilik St 10а, Astana 010000, Kazakhstan", - iconName: "pin", - }, - { - value: "usupport@7digit.io", - iconName: "mail-filled", - onClick: "mail", - }, + { name: t("footer_5"), url: "/terms-of-use", exact: true }, + { name: t("footer_6"), url: "/privacy-policy" }, + { name: t("footer_7"), url: "/cookie-policy" }, ], }; @@ -439,8 +430,6 @@ export const Page = ({ {isFooterShown && (