import React, { useState } from 'react'; import { Link } from 'react-router-dom'; import thumb from '../../assets/images/HowItWorks.jpg'; import thumb2 from '../../assets/images/MarketPlace004.jpg'; import thumb3 from '../../assets/images/CompleteTask.jpg'; import thumb4 from '../../assets/images/MoneyPay.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 (

Create free account.

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

Browse Marketplace

WrenchBoard platform connects you with quality service that need articles writing, blog management, photography, product testing research and surveys and more to deliver your project with ease.

Learn More

Complete Task

Cash in the Pocket with WrenchBoard as a reliable partner to connect you with new opportunities.Track, Organize your Portfolio and Manage your Skills, preferred workgroup and teams efficiently.

Learn More

Get Paid

Get paid Instantly for completed task using WrenchBoard. Achieve your short-term goals or long-term income by Connecting with WrenchBoard. Complete access to your earnings.

Learn More
); } export default FeaturesHomeOne;