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);