diff --git a/src/components/HomeOne/FooterHomeOne.js b/src/components/HomeOne/FooterHomeOne.js
index 56fc8d6..bc842cd 100644
--- a/src/components/HomeOne/FooterHomeOne.js
+++ b/src/components/HomeOne/FooterHomeOne.js
@@ -34,7 +34,8 @@ function FooterHomeOne({ className }) {
-
+ {/* */}
+
diff --git a/src/components/HomeOne/HeroHomeOne.js b/src/components/HomeOne/HeroHomeOne.js
index d6924d9..cfd3eb3 100644
--- a/src/components/HomeOne/HeroHomeOne.js
+++ b/src/components/HomeOne/HeroHomeOne.js
@@ -1,11 +1,14 @@
-import React from "react";
-import heroThumbOne from "../../assets/images/app-thumb-1.png";
-import heroThumbTwo from "../../assets/images/app-pic.png";
-import shapeTwo from "../../assets/images/shape/shape-2.png";
-import shapeThree from "../../assets/images/shape/shape-3.png";
-import shapeFour from "../../assets/images/shape/shape-4.png";
-import getConfig from "./../../Config/config";
-import CustomSlider from "../customSlider/CustomSlider";
+import React from 'react';
+import heroThumbOne from '../../assets/images/app-thumb-1.png';
+import heroThumbOne1 from '../../assets/images/app-thumb-2.png';
+
+import heroThumbTwo from '../../assets/images/app-pic.png';
+import shapeTwo from '../../assets/images/shape/shape-2.png';
+import shapeThree from '../../assets/images/shape/shape-3.png';
+import shapeFour from '../../assets/images/shape/shape-4.png';
+import getConfig from './../../Config/config'
+import CustomSlider from '../customSlider/CustomSlider';
+
function HeroHomeOne() {
var site = getConfig()[0];
@@ -18,31 +21,20 @@ function HeroHomeOne() {
{/*
Welcome To WrenchBoard..*/}
- Turn Chores into Exciting Challenges and Earn{" "}
- Rewards!
+ Turn Chores into Exciting Challenges and Earn Rewards!
- Your place to set family goals and reward achievements. Find
- tasks to earn from, or build a tasks portfolio and find others
- to perform tasks for you.{" "}
-
+ Your place to set family goals and reward achievements. Find tasks to earn from, or build a tasks portfolio and find others to perform tasks for you.
@@ -56,11 +48,11 @@ function HeroHomeOne() {
data-wow-delay="200ms"
>
{/*

*/}
-
@@ -75,6 +67,13 @@ function HeroHomeOne() {
+
+

+
>
);
diff --git a/src/components/HomeOne/ServicesHomeOne.js b/src/components/HomeOne/ServicesHomeOne.js
index 68e24a9..bdf6398 100644
--- a/src/components/HomeOne/ServicesHomeOne.js
+++ b/src/components/HomeOne/ServicesHomeOne.js
@@ -1,8 +1,8 @@
-import React from "react";
-import IconOne from "../../assets/images/icon/usericon.png";
-import IconTwo from "../../assets/images/icon/Findtaskicon.png";
-import IconThree from "../../assets/images/icon/taskicon.png";
-import IconFour from "../../assets/images/icon/walleticon.png";
+import React from 'react';
+import IconOne from '../../assets/images/icon/play.png';
+import IconTwo from '../../assets/images/icon/task.png';
+import IconThree from '../../assets/images/icon/target.png';
+import IconFour from '../../assets/images/icon/reward.png';
function ServiceItem({ icon, title, description, index }) {
return (
@@ -26,25 +26,23 @@ function ServicesHomeOne({ className }) {
const serviceItems = [
{
icon: IconOne,
- title: "Free Account",
- description: "Join WrenchBoard. Create an account for Income.",
+ title: 'Free Account',
+ description: 'Join WrenchBoard. Get your free account.',
},
{
icon: IconTwo,
- title: "Find Task",
- description: "Build a Self-Portfolio with sole purpose to Cash-Out.",
+ title: 'Set Goals',
+ description: 'Suggest or find what you want to get rewarded for.',
},
{
icon: IconThree,
- title: "Complete",
- description:
- "Organize and Manage your teams efficiently. Manage your workgroup.",
+ title: 'Complete',
+ description: 'Complete task, and notify assigner with ease.',
},
{
icon: IconFour,
- title: "Get Paid",
- description:
- "Start Boosting your Income by earning Cash for your Time and Skills.",
+ title: 'Reward',
+ description: 'Task completed. Find your reward.',
},
];
diff --git a/src/components/HomeOne/TrafficHomeTwo.js b/src/components/HomeOne/TrafficHomeTwo.js
index 8000ddd..05cbde8 100644
--- a/src/components/HomeOne/TrafficHomeTwo.js
+++ b/src/components/HomeOne/TrafficHomeTwo.js
@@ -6,7 +6,7 @@ import getConfig from './../../Config/config'
function TrafficHomeOne() {
var site = getConfig()[0];
return (
-