update src/components/Blog/index.js, src/components/MiniComponents/OfferSection/index.js and src/index.scss
parent
a2662960ef
commit
30bcc508dd
4 changed files with 35 additions and 19 deletions
@ -0,0 +1,25 @@ |
||||
import React from "react"; |
||||
|
||||
const Design7 = () => { |
||||
return ( |
||||
<div> |
||||
<img |
||||
src="images/offersectionalex-lvrs-HDjExSGuWUw-unsplash.svg" |
||||
class="rounded" |
||||
/> |
||||
</div> |
||||
); |
||||
}; |
||||
|
||||
export default Design7; |
||||
|
||||
Design7.defaultProps = { |
||||
|
||||
} |
||||
|
||||
|
||||
// offersectionalexander-mils-nG4ZimMIO_k-unsplash.svg
|
||||
|
||||
// offersectionkobby-mendez-w0_w3N_hG00-unsplash.svg
|
||||
|
||||
// offersectionno-revisions-Fa8lOzYsTss-unsplash.svg
|
Loading…
Reference in new issue