Merge branch 'master' of http://gitlab.chiefsoft.net/WrenchBoard/WrenchBoardMainSite into Performing-task-Text-and-Image

This commit is contained in:
Ebube
2023-08-29 11:35:08 +01:00
3 changed files with 44 additions and 39 deletions
+6 -4
View File
@@ -107,9 +107,9 @@ ol {
}
p {
font-size: 17px;
font-size: 18px;
font-weight: 400;
line-height: 24px;
line-height: 28px;
color: #505056;
margin: 0px;
}
@@ -2510,11 +2510,13 @@ p {
width: 100px;
}
.appie-single-service-2 .title {
font-size: 20px;
font-size: 24px;
font-weight: 700;
margin-top: 30px;
margin-bottom: 10px;
text-align: center;
text-shadow: 3px 4px 10px rgba(0,0,0,0.3);
padding-bottom: 7px;
}
.appie-single-service-2 a {
font-size: 14px;
@@ -6440,7 +6442,7 @@ blockquote cite {
color: #fff;
padding-top: 18px;
line-height: 28px;
opacity: 0.7;
opacity: 2.9;
}
.appie-about-page-content a {
color: red;
+32 -29
View File
@@ -1,4 +1,3 @@
import React from "react";
function HeroAbout() {
return (
@@ -11,37 +10,41 @@ function HeroAbout() {
<h2 className="title">Our team is here to support you.</h2>
</div>
</div>
<section className="appie-about-page-area">
<div className="container">
<div className="row">
{/* col-lg-8 */}
<div className="col-12">
<div className="appie-about-page-content">
<h3 className="title">
Empower Young Talent to Earn and Learn Financial
Literacy
</h3>
<p>
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. We believe that earning should go hand in
hand with learning. As kids complete projects and earn,
they also acquire essential life skills such as
financial literacy, time management, and effective
communication. WrenchBoard isn't just about making
money; it's about fostering holistic growth. Learn more
at{" "}
<a href={process.env.REACT_APP_DASH_URL}>
www.WrenchBoard.com
</a>
</p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<section className="appie-about-page-area">
<div className="container">
<div className="row">
{/* col-lg-8 */}
<div className="col-12">
<div className="appie-about-page-content">
<h3 className="title">
Online Marketplace Platform to Get Paid.
</h3>
<p>
WrenchBoard is the marketplace that connects independent
talent with businesses that require their skill set and get
paid. We serve everyone from one-person startups to a
powerful, trust-driven platform that facilitates businesses
and freelancers to work concurrently in unique patterns that
unlock their potential. Our platform provides a range of
skills in categories including consulting, finance &
accounting, website & app development, creative & design,
customer support and operations. Learn more at{" "}
<a href={process.env.REACT_APP_DASH_URL}>
www.WrenchBoard.com
</a>
</p>
</div>
</div>
</div>
</div>
</section>
</>
);
}
+6 -6
View File
@@ -62,7 +62,7 @@ const servicesContent = {
delay: 200,
title: "Carefully designed",
description:
"WrenchBoard prioritizes your needs and desires. We know that the your success depends on how well we meet your needs. So, we always listen to feedback and take suggestions to heart, constantly striving to improve our products and make them as user-friendly as possible. It's not about us - it's about you.",
"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,
@@ -70,7 +70,7 @@ const servicesContent = {
delay: 400,
title: "Modern Approach",
description:
"We're committed to providing a cutting-edge solution that serves you at all times.Our goal is to create a product that is intuitive and user-friendly, and we are constantly working to improve and refine our tools. We believe that by prioritizing you, we can create a solution that truly makes a difference and exceeds expectations.",
"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,
@@ -78,7 +78,7 @@ const servicesContent = {
delay: 600,
title: "User Interactive",
description:
"WrenchBoard offers a variety of features to keep you engaged and informed throughout your experience. Email notifications and alerts are designed to ensure that you never miss out on important updates or changes.Whether you prefer to receive updates via email, text message, or push notification, we have you covered.",
"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,
@@ -86,7 +86,7 @@ const servicesContent = {
delay: 200,
title: "Mobility Approach",
description:
"WrenchBoard offers a comprehensive suite of tools that seamlessly integrate across all devices, allowing you to stay organized and productive no matter where your day takes you. From managing tasks to tracking your responses and staying connected. With WrenchBoard, experience the freedom and flexibility of a truly mobile lifestyle!",
"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,
@@ -94,7 +94,7 @@ const servicesContent = {
delay: 400,
title: "Seamless Sync",
description:
"With WrenchBoard, managing your activities across different platforms is easy and seamless. Our suite of features is designed to work across all devices, so you can stay organized and productive whether you're on your desktop, tablet, or phone. Say goodbye to the hassle of switching between different apps and platforms. WrenchBoard makes it simple and streamlined.",
"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,
@@ -102,7 +102,7 @@ const servicesContent = {
delay: 600,
title: "Privacy",
description:
"We understand how important privacy is to you, which is why we are designed to work without needing to share your data. You can trust that your information will remain safe and confidential while using our suite of features to manage your tasks across different platforms. Experience the convenience of a unified, cross-platform experience without sacrificing your privacy.",
"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.",
},
],
};