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'; function FeaturesHomeOne({ className }) { const [tab, setTab] = useState('setting'); const handleClick = (e, value) => { e.preventDefault(); setTab(value); }; return (
Turn Up your Talent

How It Works 1

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.

Learn More
Turn Up your Talent

How It Works 2

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.

Learn More
Turn Up your Talent

How It Works 3

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.

Learn More
Turn Up your Talent

Get Paid

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.

Learn More
); } export default FeaturesHomeOne;