From 4683dc0ba24732bd67ff15180abd322933a7fb0c Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 29 May 2022 12:02:04 +0430 Subject: [PATCH] update src/components/MiniComponents/index.js --- .../images/offersectionalex-lvrs-HDjExSGuWUw-unsplash.svg | 8 ++++++++ .../offersectionalexander-mils-nG4ZimMIO_k-unsplash.svg | 8 ++++++++ .../offersectionkobby-mendez-w0_w3N_hG00-unsplash.svg | 8 ++++++++ .../offersectionno-revisions-Fa8lOzYsTss-unsplash.svg | 8 ++++++++ src/components/MiniComponents/OfferSection/index.js | 7 +++++++ src/components/MiniComponents/index.js | 2 ++ 6 files changed, 41 insertions(+) create mode 100644 public/images/offersectionalex-lvrs-HDjExSGuWUw-unsplash.svg create mode 100644 public/images/offersectionalexander-mils-nG4ZimMIO_k-unsplash.svg create mode 100644 public/images/offersectionkobby-mendez-w0_w3N_hG00-unsplash.svg create mode 100644 public/images/offersectionno-revisions-Fa8lOzYsTss-unsplash.svg create mode 100644 src/components/MiniComponents/OfferSection/index.js diff --git a/public/images/offersectionalex-lvrs-HDjExSGuWUw-unsplash.svg b/public/images/offersectionalex-lvrs-HDjExSGuWUw-unsplash.svg new file mode 100644 index 0000000..f17e383 --- /dev/null +++ b/public/images/offersectionalex-lvrs-HDjExSGuWUw-unsplash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/images/offersectionalexander-mils-nG4ZimMIO_k-unsplash.svg b/public/images/offersectionalexander-mils-nG4ZimMIO_k-unsplash.svg new file mode 100644 index 0000000..57b930e --- /dev/null +++ b/public/images/offersectionalexander-mils-nG4ZimMIO_k-unsplash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/images/offersectionkobby-mendez-w0_w3N_hG00-unsplash.svg b/public/images/offersectionkobby-mendez-w0_w3N_hG00-unsplash.svg new file mode 100644 index 0000000..f84d045 --- /dev/null +++ b/public/images/offersectionkobby-mendez-w0_w3N_hG00-unsplash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/images/offersectionno-revisions-Fa8lOzYsTss-unsplash.svg b/public/images/offersectionno-revisions-Fa8lOzYsTss-unsplash.svg new file mode 100644 index 0000000..28159c5 --- /dev/null +++ b/public/images/offersectionno-revisions-Fa8lOzYsTss-unsplash.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/components/MiniComponents/OfferSection/index.js b/src/components/MiniComponents/OfferSection/index.js new file mode 100644 index 0000000..3d65c19 --- /dev/null +++ b/src/components/MiniComponents/OfferSection/index.js @@ -0,0 +1,7 @@ +import React from "react"; + +const OfferSection = () => { + return
OfferSection
; +}; + +export default OfferSection; diff --git a/src/components/MiniComponents/index.js b/src/components/MiniComponents/index.js index 4851700..8e69547 100644 --- a/src/components/MiniComponents/index.js +++ b/src/components/MiniComponents/index.js @@ -11,6 +11,7 @@ import CircleInCircle from "./CircleInCircle"; import DropDown from "./DropDown"; import IconText from "./IconText"; import SelectYear from "./SelectYear"; +import OfferSection from "./OfferSection"; function MiniComponents() { const list = { @@ -25,6 +26,7 @@ function MiniComponents() { 9: , 10: , 11: , + 12: , }; const [type, setType] = useState(1);