How it works
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import React, { useState } from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import thumb from '../../assets/images/HowItWorks.jpg';
|
||||
import thumb2 from '../../assets/images/HowItWorks.jpg';
|
||||
import thumb3 from '../../assets/images/HowItWorks.jpg';
|
||||
import thumb4 from '../../assets/images/HowItWorks.jpg';
|
||||
|
||||
import shapeSix from '../../assets/images/shape/shape-6.png';
|
||||
import shapeSeven from '../../assets/images/shape/shape-7.png';
|
||||
import shapeEight from '../../assets/images/shape/shape-8.png';
|
||||
@@ -102,7 +106,7 @@ function FeaturesHomeOne({ className }) {
|
||||
>
|
||||
<span>Turn Up your Talent </span>
|
||||
<h3 className="title">
|
||||
How It Works
|
||||
How It Works 1
|
||||
</h3>
|
||||
<p>
|
||||
If you are either currently employed, unemployed or unsatisfied with your job or want extra cash on the side, consider WrenchBoard as a reliable partner to connect you with new opportunities.
|
||||
@@ -127,7 +131,7 @@ function FeaturesHomeOne({ className }) {
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img src={thumb} alt="" />
|
||||
<img src={thumb2} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@@ -138,7 +142,7 @@ function FeaturesHomeOne({ className }) {
|
||||
>
|
||||
<span>Turn Up your Talent </span>
|
||||
<h3 className="title">
|
||||
How It Works
|
||||
How It Works 2
|
||||
</h3>
|
||||
<p>
|
||||
If you are either currently employed, unemployed or unsatisfied with your job or want extra cash on the side, consider WrenchBoard as a reliable partner to connect you with new opportunities.
|
||||
@@ -163,7 +167,7 @@ function FeaturesHomeOne({ className }) {
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img src={thumb} alt="" />
|
||||
<img src={thumb3} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@@ -174,7 +178,7 @@ function FeaturesHomeOne({ className }) {
|
||||
>
|
||||
<span>Turn Up your Talent </span>
|
||||
<h3 className="title">
|
||||
How It Works
|
||||
How It Works 3
|
||||
</h3>
|
||||
<p>
|
||||
If you are either currently employed, unemployed or unsatisfied with your job or want extra cash on the side, consider WrenchBoard as a reliable partner to connect you with new opportunities.
|
||||
@@ -199,7 +203,7 @@ function FeaturesHomeOne({ className }) {
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay="200ms"
|
||||
>
|
||||
<img src={thumb} alt="" />
|
||||
<img src={thumb4} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
@@ -210,7 +214,7 @@ function FeaturesHomeOne({ className }) {
|
||||
>
|
||||
<span>Turn Up your Talent </span>
|
||||
<h3 className="title">
|
||||
How It Works
|
||||
Get Paid
|
||||
</h3>
|
||||
<p>
|
||||
If you are either currently employed, unemployed or unsatisfied with your job or want extra cash on the side, consider WrenchBoard as a reliable partner to connect you with new opportunities.
|
||||
|
||||
Reference in New Issue
Block a user