From 276c1a1b8965c5656cc5bc970c22393743d55d79 Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Sun, 30 Jan 2022 19:46:48 +0330 Subject: [PATCH] Footer Done --- src/components/Footer/index.js | 123 ++++++++++++++++++--------------- 1 file changed, 69 insertions(+), 54 deletions(-) diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index 74d387a..e612b5a 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -15,66 +15,66 @@ const FooterDesign1 = ({ color, bg, links, hasHeader }) => { ''; return ( <> - {hasHeader ? -
- -
- -
-

- 7 روز هفته 24 ساعته -

-

منتظر شنیدن صدای گرمتان هستیم

-
-
+ {hasHeader ? +
+ +
+ +
+

+ 7 روز هفته 24 ساعته +

+

منتظر شنیدن صدای گرمتان هستیم

+
+
+ +
+

654412 021

+

Info[at]danovin.ir

+
-
-

654412 021

-

Info[at]danovin.ir

-
- -
- : null} -
-
-
- <> - { - links.map((section, index) =>
    +
+ : null} +
+
+
+ <> { - section.map((link, index) =>
  • - {link} -
  • ) + links.map((section, index) =>
      + { + section.map((link, index) =>
    • + {link} +
    • ) + } +
    ) } - ) - } - -
    -
    -
    + +
    +
    +
    -
    - -
    -
    - {/* line +
    + +
    +
    + {/* line */} - - + + ); }; @@ -84,9 +84,24 @@ export default FooterDesign1; FooterDesign1.defaultProps = { links: [ ["لینک های اصلی", "فروشگاه", "درباره ما", "پرسش های متوالی"], - ["لینک های اصلی", "فروشگاه", "درباره ما", "پرسش های متوالی"], - ["لینک های اصلی", "فروشگاه", "درباره ما", "پرسش های متوالی"], - ["لینک های اصلی", "فروشگاه", "درباره ما", "پرسش های متوالی"], + [ + "خدمات مشتریان", + "شرایط و ضوابط استفاده", + " راهنمای خرید", + "همکاری تجاری" + ], + [ + "کاربری", + "حساب کاربری", + "سبد خرید", + "داشبورد کاربری" + ], + [ + "رضایت مشتریان", + "رسیدگی به شکایات", + "پیگیری سفارشات" + ], + ], bg: "bg-white", color: "text-gray-600",