Footer Done

temp
Pkpedram 3 years ago
parent f6d5f2b108
commit 276c1a1b89
  1. 23
      src/components/Footer/index.js

@ -42,7 +42,7 @@ const FooterDesign1 = ({ color, bg, links, hasHeader }) => {
<div className="flex items-start"> <div className="flex items-start">
<> <>
{ {
links.map((section, index) => <ul className={index != 0 ? 'mr-12' : ''} key={index}> links.map((section, index) => <ul className={index != 0 ? 'mr-20' : ''} key={index}>
{ {
section.map((link, index) => <li section.map((link, index) => <li
className={`font-light text-xs leading-7 hover:font-bold ${color}`} className={`font-light text-xs leading-7 hover:font-bold ${color}`}
@ -84,9 +84,24 @@ export default FooterDesign1;
FooterDesign1.defaultProps = { FooterDesign1.defaultProps = {
links: [ links: [
["لینک های اصلی", "فروشگاه", "درباره ما", "پرسش های متوالی"], ["لینک های اصلی", "فروشگاه", "درباره ما", "پرسش های متوالی"],
["لینک های اصلی", "فروشگاه", "درباره ما", "پرسش های متوالی"], [
["لینک های اصلی", "فروشگاه", "درباره ما", "پرسش های متوالی"], "خدمات مشتریان",
["لینک های اصلی", "فروشگاه", "درباره ما", "پرسش های متوالی"], "شرایط و ضوابط استفاده",
" راهنمای خرید",
"همکاری تجاری"
],
[
"کاربری",
"حساب کاربری",
"سبد خرید",
"داشبورد کاربری"
],
[
"رضایت مشتریان",
"رسیدگی به شکایات",
"پیگیری سفارشات"
],
], ],
bg: "bg-white", bg: "bg-white",
color: "text-gray-600", color: "text-gray-600",

Loading…
Cancel
Save