text edited, line removed and login button hidden
This commit was merged in pull request #5.
This commit is contained in:
@@ -5,6 +5,7 @@ import getConfig from './../../Config/config'
|
||||
|
||||
function FooterHomeOne({ className }) {
|
||||
var site = getConfig()[0];
|
||||
let newDate = new Date().getFullYear()
|
||||
|
||||
return (
|
||||
<>
|
||||
@@ -124,7 +125,7 @@ function FooterHomeOne({ className }) {
|
||||
</ul>
|
||||
</div>
|
||||
<div className="copyright-text">
|
||||
<p>Copyright © 2022 WrenchBoard. All rights reserved.</p>
|
||||
<p>Copyright © {newDate} WrenchBoard. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -18,11 +18,8 @@ function HeroHomeOne() {
|
||||
<div className="appie-hero-content">
|
||||
<span>Welcome To WrenchBoard..</span>
|
||||
<h1 className="appie-title">
|
||||
Make money with any skill.
|
||||
Earn Money with Any Skill.
|
||||
</h1>
|
||||
<p>
|
||||
The marketplace to make money from your skills, find, buy and sell professional services. Connect with freelancers to get work done faster.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href={site.apple_app}>
|
||||
@@ -36,6 +33,9 @@ function HeroHomeOne() {
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p className='mt-3'>
|
||||
The marketplace to make money from your skills, find, buy and sell professional services. Connect with freelancers to get work done faster.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
|
||||
@@ -52,13 +52,13 @@ function TrafficHomeOne() {
|
||||
<p>Get your account credited when the job is completed, and the client authorizes payment.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-12">
|
||||
{/* <div className="col-lg-12">
|
||||
<div className="traffic-btn mt-50">
|
||||
<a className="main-btn" href={site.dash_url_login}>
|
||||
Login <i className="fal fa-arrow-right" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user