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
+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>
</>
);
}