diff --git a/src/assets/css/main.css b/src/assets/css/main.css index aadad1b..3e208fa 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; diff --git a/src/components/AboutText/AboutText.js b/src/components/AboutText/AboutText.js new file mode 100644 index 0000000..6689918 --- /dev/null +++ b/src/components/AboutText/AboutText.js @@ -0,0 +1,130 @@ + 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 AboutTextComponent () { + + return ( + <> +
+ 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.
++ 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.
++ 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.
++ 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!
++ 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.
++ 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.
+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.
-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.
-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.
-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!
-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.
-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.
-