diff --git a/src/assets/css/main.css b/src/assets/css/main.css index ce23926..1a05d05 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -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; } diff --git a/src/components/AboutText/AboutText.js b/src/components/AboutText/AboutText.js index e402027..db6b176 100644 --- a/src/components/AboutText/AboutText.js +++ b/src/components/AboutText/AboutText.js @@ -16,7 +16,7 @@ function ServiceItem(props) { style={{ cursor: "default" }} >
{props.description}
@@ -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, diff --git a/src/components/AboutUs/HeroAbout.js b/src/components/AboutUs/HeroAbout.js index 202455e..324842e 100644 --- a/src/components/AboutUs/HeroAbout.js +++ b/src/components/AboutUs/HeroAbout.js @@ -20,22 +20,10 @@ function HeroAbout() { 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. 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{" "} - - www.WrenchBoard.com - -
+ 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 www.WrenchBoard.com
+ diff --git a/src/components/News/HeaderNews.js b/src/components/News/HeaderNews.js index 043c054..3f55074 100644 --- a/src/components/News/HeaderNews.js +++ b/src/components/News/HeaderNews.js @@ -16,7 +16,7 @@ function HeaderNews({ action }) {