update src/components/AddToCart/index.js, src/components/Navbar/SearchResult/index.js and src/components/Navbar/index.js

temp
mahdi 2 years ago
parent 02aba3d5c7
commit a9aea9e594
  1. 2
      src/components/AddToCart/index.js
  2. 8
      src/components/Navbar/SearchResult/index.js
  3. 8
      src/components/Navbar/index.js

@ -31,7 +31,7 @@ const AddToCartCard = ({
}, },
{ {
icon: shieldTick, icon: shieldTick,
description: `${window.t("گارانتی اصالت و سلامت فیزیکی")} `, description: window.t("گارانتی اصالت و سلامت فیزیکی"),
}, },
]; ];
return ( return (

@ -6,7 +6,7 @@ const Pages = [
{ {
strings: "خانه - home - Home - Landing - landing", strings: "خانه - home - Home - Landing - landing",
link: "/", link: "/",
name: `${window.t("خانه")}`, name: window.t("خانه"),
}, },
{ {
strings: "ورود - ثبت نام - لاگین - login - Login", strings: "ورود - ثبت نام - لاگین - login - Login",
@ -17,13 +17,13 @@ const Pages = [
strings: strings:
"کتاب - محصول - ویدئو - book - video - books - videos - خرید - ریاضی - علوم - شیمی - زیست - محصولات - ویدئوها - کتابها", "کتاب - محصول - ویدئو - book - video - books - videos - خرید - ریاضی - علوم - شیمی - زیست - محصولات - ویدئوها - کتابها",
link: "/products", link: "/products",
name: `${window.t("محصولات")}`, name: window.t("محصولات"),
}, },
{ {
strings: strings:
"آدرس - شماره تماس - ارتباط با ما - نقشه - تیکت - شکایت - address - map - phone number - contact us", "آدرس - شماره تماس - ارتباط با ما - نقشه - تیکت - شکایت - address - map - phone number - contact us",
link: "/contact-us", link: "/contact-us",
name: `${window.t("ارتباط با ما")}`, name: window.t("ارتباط با ما"),
}, },
]; ];
@ -53,7 +53,7 @@ export const SearchResult = ({ text, books, setText }) => {
> >
<header className="w-full flex flex-row-reverse items-center gap-4"> <header className="w-full flex flex-row-reverse items-center gap-4">
<strong className="text-greenBA font-normal text-sm"> <strong className="text-greenBA font-normal text-sm">
{window.t("محصولات")}{" "} {window.t("محصولات")}
</strong> </strong>
<span <span
className="flex-1 bg-greenBA bg-opacity-30" className="flex-1 bg-greenBA bg-opacity-30"

@ -302,19 +302,19 @@ Navbar.defaultProps = {
pages: [ pages: [
{ {
link: "/products", link: "/products",
name: `${window.t("فروشگاه")}`, name: window.t("فروشگاه"),
}, },
{ {
link: "/contact-us", link: "/contact-us",
name: `${window.t("تماس با ما")}`, name: window.t("تماس با ما"),
}, },
{ {
link: "/about-us", link: "/about-us",
name: `${window.t("درباره دانوین")}`, name: window.t("درباره دانوین"),
}, },
{ {
link: "/blogs", link: "/blogs",
name: `${window.t("مجله دانوین")}`, name: window.t("مجله دانوین"),
}, },
], ],
logo: true, logo: true,

Loading…
Cancel
Save