import React from 'react'; import { Link } from 'react-router-dom'; import logo from '../../assets/images/wrenchboard.png'; import getConfig from './../../Config/config' function FooterHomeOne({ className }) { var site = getConfig()[0]; return ( <>

{`It is simple. You can do something that somebody is ready to pay you for. WrenchBoard is the platform to connect you with earning opportunities. `}

Read More

Company

Copyright © 2022 WrenchBoard. All rights reserved.

); } export default FooterHomeOne;