This commit is contained in:
2022-01-22 00:51:44 -05:00
2 changed files with 8 additions and 4 deletions
+5 -3
View File
@@ -8,8 +8,10 @@ import thumb4 from '../../assets/images/MoneyBitPay.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';
import getConfig from './../../Config/config'
function FeaturesHomeOne({ className }) {
var site = getConfig()[0];
const [tab, setTab] = useState('setting');
const handleClick = (e, value) => {
e.preventDefault();
@@ -147,7 +149,7 @@ function FeaturesHomeOne({ className }) {
<p>
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.
</p>
<a className="main-btn" href="#">
<a className="main-btn" href={site.dash_url_login}>
Learn More
</a>
</div>
@@ -183,7 +185,7 @@ function FeaturesHomeOne({ className }) {
<p>
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.
</p>
<a className="main-btn" href="#">
<a className="main-btn" href={site.dash_url_login}>
Learn More
</a>
</div>
@@ -219,7 +221,7 @@ function FeaturesHomeOne({ className }) {
<p>
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.
</p>
<a className="main-btn" href="#">
<a className="main-btn" href={site.dash_url_login}>
Learn More
</a>
</div>
+3 -1
View File
@@ -1,7 +1,9 @@
import React from 'react';
import thumb from '../../assets/images/PerformingTask.jpg';
import getConfig from './../../Config/config'
function TrafficHomeOne() {
var site = getConfig()[0];
return (
<section className="appie-traffic-area pt-140 pb-180">
<div className="container">
@@ -52,7 +54,7 @@ function TrafficHomeOne() {
</div>
<div className="col-lg-12">
<div className="traffic-btn mt-50">
<a className="main-btn" href="#">
<a className="main-btn" href={site.dash_url_login}>
Login <i className="fal fa-arrow-right" />
</a>
</div>