-
-
تبلیغات دانوینی
-
- لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با
- استفاده از طراحان گرافیک است.
-
-
-
-
-
-
+
+
+
تبلیغات دانوینی
+
+ لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ و با استفاده
+ از طراحان گرافیک است.
+
+
-
+
+
+
+
);
};
diff --git a/src/components/Button/index.js b/src/components/Button/index.js
index d0913c9..9a8e1d9 100644
--- a/src/components/Button/index.js
+++ b/src/components/Button/index.js
@@ -15,7 +15,7 @@ const Button = ({
{text}
{icon && (
-
+
)}
diff --git a/src/redux/data.js b/src/redux/data.js
index 33b44c0..1ee1471 100644
--- a/src/redux/data.js
+++ b/src/redux/data.js
@@ -4,9 +4,6 @@ import Design2D from "../components/Design2D";
import AddToCartCard from "../components/AddToCart";
import Advertisements from "../components/Advertisements";
-import AdvertisementDesign1 from "../components/Advertisement/design1";
-import AdvertisementDesign2 from "../components/Advertisement/design2";
-
// import ButtonDesign from "./components/buttonDesign/ButtonDesign";
// import ProductDesign from "./components/productDesign/ProductDesign";
// import ProductTags from "./components/productTags/ProductTags";
@@ -149,26 +146,6 @@ const components = [
code: null,
},
},
- {
- name: "Advertisement",
- author: "Andalib",
- props: [],
- content: {
- name: "Design1",
- component:
,
- code: null,
- },
- },
- {
- name: "Advertisement",
- author: "Andalib",
- props: [],
- content: {
- name: "Design2",
- component:
,
- code: null,
- },
- },
];
export default components;