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

This commit is contained in:
Ebube
2023-09-01 14:12:07 +01:00
6 changed files with 32 additions and 30 deletions
+14
View File
@@ -917,6 +917,20 @@ p {
.appie-header-area.appie-header-page-area.appie-sticky.sticky {
background: #4687ba;
}
.wrench-logo-box {
box-sizing: border-box;
-webkit-box-sizing: border-box;
scroll-behavior: smooth;
}
.wrench-logo-box img {
max-width: 100%; /* Ensures the image doesn't overflow its container */
filter: brightness(1.2); /* Adjust image brightness */
opacity: 2.4; /* Adjust image opacity */
}
.appie-header-area.appie-header-7-area.appie-sticky.sticky {
background: #290645;
}
+11 -11
View File
@@ -16,7 +16,7 @@ function ServiceItem(props) {
style={{ cursor: "default" }}
>
<div className="icon d-flex justify-content-center align-items-center">
<img src={props.image} />
<img src={props.image} alt="icon" />
</div>
<h4 className="title">{props.title}</h4>
<p>{props.description}</p>
@@ -49,41 +49,41 @@ const servicesContent = [
id: 1,
image: Design,
delay: 200,
title: "Carefully designed",
title: "Unlocking Potential",
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.",
"At WrenchBoard, we believe age should never limit one's ability to pursue their passions and generate income. Our platform offers a variety of categories for kids to explore and turn into profitable endeavors, fostering financial awareness and unlocking their potential for a brighter future.",
},
{
id: 2,
image: Approach,
delay: 400,
title: "Modern Approach",
title: "Growing Money Mindset",
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.",
"We prioritize developing a strong money mindset in Kids. WrenchBoard offers a safe and supportive space for kids to explore their passions, learn new skills, and earn money. By instilling the value of hard work, saving, and investing, we aim to empower the next generation to make informed financial decisions and reach their goals.",
},
{
id: 3,
image: Interactive,
delay: 600,
title: "User Interactive",
title: "Realtime Notifications",
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.",
"Stay up-to-date with WrenchBoard! Our platform keeps you in the loop with convenient alerts and notifications. Choose your preferred method of receiving updates - email, text, or push notifications - and never miss a beat.",
},
{
id: 4,
image: Mobility,
delay: 200,
title: "Mobility Approach",
title: "Social Media Management",
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!",
"Teach youngsters the art of handling social media profiles for small enterprises, cultivating essential marketing and communication abilities while also generating income. Manage tasks, track responses, and stay connected effortlessly. Experience a true mobile lifestyle with WrenchBoard!",
},
{
id: 5,
image: Seamless,
delay: 400,
title: "Seamless Sync",
title: "Inspiring Future Leaders",
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.",
"By offering a platform for kids to earn, learn, and contribute, WrenchBoard is nurturing the next generation of entrepreneurs, creators, and leaders. We're sowing the seeds of ambition and self-confidence, preparing them for a brighter future.",
},
{
id: 6,
+4 -16
View File
@@ -20,22 +20,10 @@ function HeroAbout() {
We Empower Reward for Achievements
</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>
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.
<p>Learn more at <a href={process.env.REACT_APP_DASH_URL}>www.WrenchBoard.com</a></p>
</p>
</div>
</div>
</div>
+1 -1
View File
@@ -16,7 +16,7 @@ function HeaderNews({ action }) {
<div className="header-nav-box header-nav-box-3 header-nav-box-inner-page">
<div className="row align-items-center">
<div className="col-lg-2 col-md-4 col-sm-5 col-6 order-1 order-sm-1">
<div className="appie-logo-box">
<div className="wrench-logo-box">
<a href="/">
<img src={logo} alt="" />
</a>
+1 -1
View File
@@ -12,7 +12,7 @@ function HeaderService({ action }) {
<div className="header-nav-box header-nav-box-3 header-nav-box-inner-page">
<div className="row align-items-center">
<div className="col-lg-2 col-md-4 col-sm-5 col-6 order-1 order-sm-1">
<div className="appie-logo-box">
<div className="wrench-logo-box">
<a href="/">
<img src={logo} alt="" />
</a>
+1 -1
View File
@@ -17,7 +17,7 @@ function HeaderNews({ action }) {
<div className="header-nav-box header-nav-box-3 header-nav-box-inner-page">
<div className="row align-items-center">
<div className="col-lg-2 col-md-4 col-sm-5 col-6 order-1 order-sm-1">
<div className="appie-logo-box">
<div className="wrench-logo-box">
<a href="/">
<img src={logo} alt={process.env.REACT_APP_SITE_NAME} />
</a>