diff --git a/src/components/HomeOne/FeaturesHomeOne.js b/src/components/HomeOne/FeaturesHomeOne.js index b262ceb..f437431 100644 --- a/src/components/HomeOne/FeaturesHomeOne.js +++ b/src/components/HomeOne/FeaturesHomeOne.js @@ -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 }) {
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 @@ -183,7 +185,7 @@ function FeaturesHomeOne({ className }) {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 @@ -219,7 +221,7 @@ function FeaturesHomeOne({ className }) {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 diff --git a/src/components/HomeOne/TrafficHomeTwo.js b/src/components/HomeOne/TrafficHomeTwo.js index 770f971..d435351 100644 --- a/src/components/HomeOne/TrafficHomeTwo.js +++ b/src/components/HomeOne/TrafficHomeTwo.js @@ -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 (