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 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 taskThumbnail from '../../assets/images/task-thumb.png' import marketThumbnail from '../../assets/images/market-thumb.png' import getPaidThumbnail from '../../assets/images/getpaid-thumb.png' import accountThumbnail from '../../assets/images/account-thumb.png' import getConfig from './../../Config/config' function FeaturesHomeOne({ className }) { var site = getConfig()[0]; return (
image thumbnail

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
image thumbnail

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
image thumbnail

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
image thumbnail

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;