"use client" import React, { useState } from 'react'; import { Link } from 'react-router-dom'; 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 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;