diff --git a/src/assets/css/main.css b/src/assets/css/main.css index aadad1b..7166e26 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -113,6 +113,23 @@ p { color: #505056; margin: 0px; } +.designed-title { + font-size: 24px; + font-weight: 700; + margin-bottom: 10px; + margin-top: 30px; + padding-bottom: 7px; + text-align: center; + text-shadow: 3px 4px 10px rgba(0,0,0,.3); +} + +.designed-description { + font-size: 20px; + line-height: 28px; + font-weight: 400; + color: #505056; + text-align: center; +} .bg_cover { background-position: center center; @@ -3025,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/AboutText/AboutText.js b/src/components/AboutText/AboutText.js new file mode 100644 index 0000000..e402027 --- /dev/null +++ b/src/components/AboutText/AboutText.js @@ -0,0 +1,96 @@ +import React from "react"; + +import Design from "../../assets/images/design.png"; +import Approach from "../../assets/images/approach.png"; +import Interactive from "../../assets/images/interactive.png"; +import Mobility from "../../assets/images/mobility-approach.png"; +import Privacy from "../../assets/images/privacy.png"; +import Seamless from "../../assets/images/seamless.png"; + +function ServiceItem(props) { + return ( +
+
+ +
+

{props.title}

+

{props.description}

+
+ ); +} + +function AboutTextComponent() { + return ( + <> +
+
+
+ {servicesContent?.map(({ id, ...item }) => ( +
+ +
+ ))} +
+
+
+ + ); +} + +export default AboutTextComponent; + +const servicesContent = [ + { + id: 1, + image: Design, + delay: 200, + title: "Carefully designed", + description: + "WrenchBoard focuses on your needs and desires. Your success is our priority, driving us to listen and adapt to your feedback. We're dedicated to enhancing our products for your convenience. It's all about you, not us.", + }, + { + id: 2, + image: Approach, + delay: 400, + title: "Modern Approach", + description: + "Our commitment is delivering a top-tier solution for you. Our aim: an intuitive, user-friendly product that continually evolves. By focusing on you, we'll surpass expectations and make a real impact.", + }, + { + id: 3, + image: Interactive, + delay: 600, + title: "User Interactive", + description: + "WrenchBoard keeps you engaged with diverse features. Email alerts guarantee you're always in the loop. Get updates your way: email, text, or push notifications . We've got you covered.", + }, + { + id: 4, + image: Mobility, + delay: 200, + title: "Mobility Approach", + description: + "WrenchBoard's tools unite devices for seamless organization and productivity anywhere. Manage tasks, track responses, and stay connected effortlessly. Experience a true mobile lifestyle with WrenchBoard!", + }, + { + id: 5, + image: Seamless, + delay: 400, + title: "Seamless Sync", + description: + "WrenchBoard simplifies cross-platform activity management. Our features sync seamlessly on desktop, tablet, and phone, ensuring organization and productivity. No more app hopping . WrenchBoard streamlines the process.", + }, + { + id: 6, + image: Privacy, + delay: 600, + title: "Privacy", + description: + "Your privacy matters. WrenchBoard works without data sharing, ensuring your information stays secure. Manage tasks across platforms confidently, enjoying a unified experience that respects your privacy.", + }, +]; diff --git a/src/components/AboutUs/HeroAbout.js b/src/components/AboutUs/HeroAbout.js index 8479d70..202455e 100644 --- a/src/components/AboutUs/HeroAbout.js +++ b/src/components/AboutUs/HeroAbout.js @@ -17,8 +17,7 @@ function HeroAbout() {

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

WrenchBoard prioritizes safety above all. Parents can diff --git a/src/components/AboutUs/ServicesAbout.js b/src/components/AboutUs/ServicesAbout.js index d39f7d0..a4fd3c4 100644 --- a/src/components/AboutUs/ServicesAbout.js +++ b/src/components/AboutUs/ServicesAbout.js @@ -1,28 +1,5 @@ -import React from "react"; - -import Design from "../../assets/images/design.png"; -import Approach from "../../assets/images/approach.png"; -import Interactive from "../../assets/images/interactive.png"; -import Mobility from "../../assets/images/mobility-approach.png"; -import Privacy from "../../assets/images/privacy.png"; -import Seamless from "../../assets/images/seamless.png"; - -function ServiceItem(props) { - return ( -

-
- -
-

{props.title}

-

{props.description}

-
- ); -} +import React from 'react'; +import AboutTextComponent from '../AboutText/AboutText'; function ServicesAbout() { return ( @@ -32,18 +9,11 @@ function ServicesAbout() {
-

{servicesContent.heading}

-

{servicesContent.subTitle}

+

We’re driven by your values

+ {/*

{servicesContent.subTitle}

*/}
-
-
- {servicesContent.list?.map(({ id, ...item }) => ( -
- -
- ))} -
+
@@ -51,58 +21,3 @@ function ServicesAbout() { } export default ServicesAbout; - -const servicesContent = { - heading: "We’re driven by your values", - subTitle: "The app provides design and digital marketing.", - list: [ - { - id: 1, - image: Design, - delay: 200, - title: "Carefully designed", - description: - "WrenchBoard focuses on your needs and desires. Your success is our priority, driving us to listen and adapt to your feedback. We're dedicated to enhancing our products for your convenience. It's all about you, not us.", - }, - { - id: 2, - image: Approach, - delay: 400, - title: "Modern Approach", - description: - "Our commitment is delivering a top-tier solution for you. Our aim: an intuitive, user-friendly product that continually evolves. By focusing on you, we'll surpass expectations and make a real impact.", - }, - { - id: 3, - image: Interactive, - delay: 600, - title: "User Interactive", - description: - "WrenchBoard keeps you engaged with diverse features. Email alerts guarantee you're always in the loop. Get updates your way: email, text, or push notifications . We've got you covered.", - }, - { - id: 4, - image: Mobility, - delay: 200, - title: "Mobility Approach", - description: - "WrenchBoard's tools unite devices for seamless organization and productivity anywhere. Manage tasks, track responses, and stay connected effortlessly. Experience a true mobile lifestyle with WrenchBoard!", - }, - { - id: 5, - image: Seamless, - delay: 400, - title: "Seamless Sync", - description: - "WrenchBoard simplifies cross-platform activity management. Our features sync seamlessly on desktop, tablet, and phone, ensuring organization and productivity. No more app hopping . WrenchBoard streamlines the process.", - }, - { - id: 6, - image: Privacy, - delay: 600, - title: "Privacy", - description: - "Your privacy matters. WrenchBoard works without data sharing, ensuring your information stays secure. Manage tasks across platforms confidently, enjoying a unified experience that respects your privacy.", - }, - ], -}; diff --git a/src/components/AboutUs/index.js b/src/components/AboutUs/index.js index 5da6a4a..44da08d 100644 --- a/src/components/AboutUs/index.js +++ b/src/components/AboutUs/index.js @@ -10,6 +10,7 @@ import HeroAbout from './HeroAbout'; import ServicesAbout from './ServicesAbout'; import TeamAbout from './TeamAbout'; import StickyHeaderNav from '../StickyHeader/StickyHeaderNav'; +import AboutTextComponent from '../AboutText/AboutText'; function AboutUs() { const [drawer, drawerAction] = useToggle(false); @@ -23,6 +24,7 @@ function AboutUs() { {/* */} {/* */} + 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 ec8ddc6..68e24a9 100644 --- a/src/components/HomeOne/ServicesHomeOne.js +++ b/src/components/HomeOne/ServicesHomeOne.js @@ -22,7 +22,7 @@ function ServiceItem({ icon, title, description, index }) { } function ServicesHomeOne({ className }) { - const serviceTitle = ""; + const serviceTitle = "Set Goals and Rewards to Inspire"; const serviceItems = [ { icon: IconOne, @@ -49,10 +49,7 @@ function ServicesHomeOne({ className }) { ]; return ( -
+
diff --git a/src/components/HomeOne/TrafficHomeTwo.js b/src/components/HomeOne/TrafficHomeTwo.js index ace35e9..8000ddd 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 getConfig from "./../../Config/config"; +import React from 'react'; +//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 ( -
+
@@ -39,17 +40,30 @@ function TrafficHomeOne() {
*/}
+
+
+
+ +
+
-
+ {/*
-
+
*/}
); }