Merge branch 'homepage_image_update' of WrenchBoard/WrenchBoardMainSite into master
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -1,9 +1,13 @@
|
||||
import React, { useState } from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import thumb from '../../assets/images/onlineregistration.png';
|
||||
import thumb22 from '../../assets/images/marketplace.png';
|
||||
import thumb3 from '../../assets/images/product-listing-on-online-marketplace.png';
|
||||
import thumb4 from '../../assets/images/flying.png';
|
||||
// import thumb from '../../assets/images/onlineregistration.png';
|
||||
// import thumb22 from '../../assets/images/marketplace.png';
|
||||
// import thumb3 from '../../assets/images/product-listing-on-online-marketplace.png';
|
||||
// import thumb4 from '../../assets/images/flying.png';
|
||||
import freeAccount from '../../assets/images/free_account.png';
|
||||
import marketPlace from '../../assets/images/market_place.png';
|
||||
import task from '../../assets/images/task.png';
|
||||
import getPaid from '../../assets/images/get_paid.png';
|
||||
|
||||
import shapeSix from '../../assets/images/shape/shape-6.png';
|
||||
import shapeSeven from '../../assets/images/shape/shape-7.png';
|
||||
@@ -97,7 +101,7 @@ function FeaturesHomeOne({ className }) {
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img src={thumb} alt="" />
|
||||
<img src={freeAccount} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@@ -133,7 +137,7 @@ function FeaturesHomeOne({ className }) {
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img src={thumb22} alt="" />
|
||||
<img src={marketPlace} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@@ -169,7 +173,7 @@ function FeaturesHomeOne({ className }) {
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img src={thumb3} alt="" />
|
||||
<img src={task} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@@ -205,7 +209,7 @@ function FeaturesHomeOne({ className }) {
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img src={thumb4} alt="" />
|
||||
<img src={getPaid} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
|
||||
Reference in New Issue
Block a user