diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 3e208fa..7166e26 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -3042,6 +3042,38 @@ p { color: #9b2cfa; } +/*=========================== + 6.On WrenchBoard Area css +===========================*/ +.wrench-on-area { + position: relative; + overflow: hidden; + z-index: 15; +/* background-color: #fbf4fe; */ +} +/* .wrench-on-area .traffic-thumb { + position: absolute; + right: 0; + top: 50%; + transform: translateY(-50%); + width: 42%; +} */ +/* @media (max-width: 767px) { + .wrench-on-area .traffic-thumb { + display: none; + } +} +@media only screen and (min-width: 768px) and (max-width: 991px) { + .wrench-on-area .traffic-thumb { + display: none; + } +} */ + +.withFadeEdge{ + border-radius: 10px 10px 10px 10px; + /* box-shadow: inset 0 0 15px 25px white; */ + box-shadow: 0 0 10px 20px #fff inset; +} /*=========================== 6.APPIE TRAFFICE css ===========================*/ diff --git a/src/assets/images/PerformingTask2.jpg b/src/assets/images/PerformingTask2.jpg new file mode 100644 index 0000000..38d2c7f Binary files /dev/null and b/src/assets/images/PerformingTask2.jpg differ diff --git a/src/components/AboutUs/HeroAbout.js b/src/components/AboutUs/HeroAbout.js index 0c3a36c..a26672b 100644 --- a/src/components/AboutUs/HeroAbout.js +++ b/src/components/AboutUs/HeroAbout.js @@ -21,7 +21,7 @@ function HeroAbout() {

- Empower Young Talent to Earn and Learn Financial Literacy + We Empower Reward for Achievements

WrenchBoard prioritizes safety above all. Parents can set up family accounts to oversee their children's activities and earnings. We implement strict guidelines to ensure age-appropriate tasks and interactions, providing a worry-free space for both kids and their guardians. diff --git a/src/components/AboutUs/ServicesAbout.js b/src/components/AboutUs/ServicesAbout.js index 1a78dd6..dc767a4 100644 --- a/src/components/AboutUs/ServicesAbout.js +++ b/src/components/AboutUs/ServicesAbout.js @@ -11,7 +11,7 @@ function ServicesAbout() {

We’re driven by your values

-

The app provides design and digital marketing.

+ {/*

The app provides design and digital marketing.

*/}
diff --git a/src/components/HomeOne/FooterHomeOne.js b/src/components/HomeOne/FooterHomeOne.js index 4c12e14..56fc8d6 100644 --- a/src/components/HomeOne/FooterHomeOne.js +++ b/src/components/HomeOne/FooterHomeOne.js @@ -20,7 +20,7 @@ function FooterHomeOne({ className }) {

- {`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. `} + {`It is simple. You can set goals, task, or anything that need to be done and reward accomplishment. WrenchBoard is the platform to connect opportunities. `}

Read More diff --git a/src/components/HomeOne/ServicesHomeOne.js b/src/components/HomeOne/ServicesHomeOne.js index 8d1e1dc..e167295 100644 --- a/src/components/HomeOne/ServicesHomeOne.js +++ b/src/components/HomeOne/ServicesHomeOne.js @@ -17,7 +17,7 @@ function ServiceItem({ icon, title, description, index }) { } function ServicesHomeOne({ className }) { - const serviceTitle = "" + const serviceTitle = "Set Goals and Rewards to Inspire"; const serviceItems = [ { icon: IconOne, @@ -42,7 +42,7 @@ function ServicesHomeOne({ className }) { ]; return ( -
+
diff --git a/src/components/HomeOne/TrafficHomeTwo.js b/src/components/HomeOne/TrafficHomeTwo.js index 86d4b8a..ecc3666 100644 --- a/src/components/HomeOne/TrafficHomeTwo.js +++ b/src/components/HomeOne/TrafficHomeTwo.js @@ -1,11 +1,12 @@ import React from 'react'; -import thumb from '../../assets/images/PerformingTaskNew.png'; +//import thumb from '../../assets/images/PerformingTaskNew.png'; +import thumb from '../../assets/images/PerformingTask2.jpg'; import getConfig from './../../Config/config' function TrafficHomeOne() { var site = getConfig()[0]; return ( -
+
@@ -34,17 +35,30 @@ function TrafficHomeOne() {
*/}
+
+
+
+ +
+
-
+ {/*
-
+
*/}
); }