From 2b5afc79793e4f701f1858ce452a08a312ea89a7 Mon Sep 17 00:00:00 2001 From: mahdi Date: Tue, 11 Jan 2022 12:14:31 +0330 Subject: [PATCH] update --- src/App.js | 6 ++-- src/components/ProductSuggestion/index.js | 28 +++++++++++++++++++ .../ProductSuggestion/product-chair.svg | 8 ++++++ 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 src/components/ProductSuggestion/index.js create mode 100644 src/components/ProductSuggestion/product-chair.svg diff --git a/src/App.js b/src/App.js index e3521c2..0f32a40 100644 --- a/src/App.js +++ b/src/App.js @@ -24,6 +24,7 @@ import Features from "./components/Features/index"; import Feedback from "./components/Feedback/index"; import Alert from "./components/Alert"; import Toast from "./components/Toast"; +import ProductSuggestion from "./components/ProductSuggestion"; function App() { return ( @@ -47,9 +48,10 @@ function App() { {/* */} {/* */} {/* */} - - + {/* */} + {/* */} {/* */} + ); diff --git a/src/components/ProductSuggestion/index.js b/src/components/ProductSuggestion/index.js new file mode 100644 index 0000000..83c7b0f --- /dev/null +++ b/src/components/ProductSuggestion/index.js @@ -0,0 +1,28 @@ +import React from "react"; + +import productImg from "./product-chair.svg"; + +const ProductSuggestion = () => { + return ( +
+

+ این کالاها برای خرید به شما پیشنهام می دهیم +

+
+ {/*
+
*/} +
+ +

+ لپ تاپ گیمینگ ایسوس +

+

+ 945/000 + تومان +

+
+
+
+ ); +}; + +export default ProductSuggestion; diff --git a/src/components/ProductSuggestion/product-chair.svg b/src/components/ProductSuggestion/product-chair.svg new file mode 100644 index 0000000..f5bb26c --- /dev/null +++ b/src/components/ProductSuggestion/product-chair.svg @@ -0,0 +1,8 @@ + + + + + + + +