<HTML>
<title>Yardlabs</title>
{"id":16,"date":"2024-02-11T02:15:06","date_gmt":"2021-03-09T09:03:37","guid":{"rendered":"https:\/\/yardlabs.ca\/wordpress\/?page_id=16"},"modified":"2025-09-14T15:58:14","modified_gmt":"2025-09-14T19:58:14","slug":"about-us","status":"publish","type":"page","link":"https:\/\/yardlabs.ca\/?page_id=16","title":{"rendered":"About YARDLABS"},"content":{"rendered":"<p><!-- YARDLABS About Page \u2013 Redesigned --><\/p>\n<style>\n  .about-section {\n    max-width: 900px;\n    margin: 40px auto;\n    padding: 20px;\n    font-family: 'Segoe UI', sans-serif;\n    line-height: 1.7;\n    color: #1a1a1a;\n  }\n  .about-section h2 {\n    font-size: 32px;\n    color: #1a3d5d;\n    margin-bottom: 20px;\n  }\n  .about-section h3 {\n    font-size: 24px;\n    color: #2e5a85;\n    margin-top: 30px;\n  }\n  .about-section p {\n    font-size: 17px;\n    margin-bottom: 20px;\n  }\n  .cta-buttons {\n    margin-top: 30px;\n    display: flex;\n    gap: 15px;\n    flex-wrap: wrap;\n  }\n  .cta-buttons a {\n    background-color: #1a3d5d;\n    color: #fff;\n    padding: 12px 24px;\n    text-decoration: none;\n    border-radius: 6px;\n    font-weight: bold;\n    transition: background 0.3s ease;\n  }\n  .cta-buttons a:hover {\n    background-color: #2e5a85;\n  }\n<\/style>\n<div class=\"about-section\">\n<h2>\ud83c\udf31 About YARDLABS<\/h2>\n<p><strong>Founded in 2010<\/strong> and officially registered in 2022, YARDLABS is the result of over a decade of research, development, and field testing. Our mission is simple: to revolutionize municipal and enterprise maintenance with remote-controlled, eco-friendly solutions.<\/p>\n<h3>\ud83d\udd27 What We Do<\/h3>\n<p>We design and supply remote-controlled mowers, snow blowers, and modular attachments tailored for municipalities, golf courses, and industrial sites. Our products reduce labor costs, improve safety, and minimize environmental impact.<\/p>\n<h3>\ud83e\udd16 Our Expertise<\/h3>\n<p>Our founders blend deep experience in landscaping and engineering with a passion for robotics. This fusion has led to a product line that solves real-world maintenance challenges with precision and innovation.<\/p>\n<h3>\ud83c\udf0d Our Vision<\/h3>\n<p>We believe technology should make public and private space maintenance easier, safer, and more sustainable. Every product we build reflects that belief.<\/p>\n<h3>\ud83d\udcde Ready to Modernize?<\/h3>\n<p><strong>Discover how YARDLABS can transform your operations.<\/strong> Whether you&#8217;re a municipality or a contractor, we\u2019re ready to help you scale smarter.<\/p>\n<div class=\"cta-buttons\">\n  <a href=\"https:\/\/yardlabs.ca\/?page_id=2307&#038;type=demo\">Request a Demo<\/a><br \/>\n  <a href=\"https:\/\/yardlabs.ca\/?page_id=2307&#038;type=quote\">Get a Quote<\/a><br \/>\n  <a href=\"https:\/\/yardlabs.ca\/?page_id=2428\">Explore Products<\/a>\n<\/div>\n<p><!-- Founder\u2019s Note Section --><\/p>\n<style>\n  .founder-note {\n    max-width: 900px;\n    margin: 60px auto 40px;\n    padding: 20px;\n    background: #f9fbff;\n    border-left: 6px solid #1a3d5d;\n    border-radius: 8px;\n    box-shadow: 0 4px 16px rgba(0,0,0,0.05);\n    font-family: 'Segoe UI', sans-serif;\n    opacity: 0;\n    transform: translateY(80px);\n  }\n  .founder-note h3 {\n    font-size: 24px;\n    color: #1a3d5d;\n    margin-bottom: 20px;\n  }\n  .founder-note p {\n    font-size: 17px;\n    color: #222;\n    line-height: 1.7;\n    margin-bottom: 20px;\n  }\n<\/style>\n<div class=\"founder-note\">\n<h3>\ud83e\udde0 Founder\u2019s Note<\/h3>\n<p>Over the years, I had many chances to launch Yardlabs\u2014but my day-to-day responsibilities made it difficult. I couldn\u2019t walk away from the trust placed in me by coworkers and business owners who relied on me to keep critical systems running. Yardlabs became our third job\u2014built during late nights, weekends, and moments between obligations. What kept us going was a shared vision and an unshakable discipline.<\/p>\n<p>There were times I saw others experimenting with similar ideas as hobbies or DIY projects. It was hard\u2014because I knew the true potential of what we were building. But instead of rushing to advertise, we focused on refining. Yardlabs was never about being first to market\u2014it was about being first to deliver real innovation.<\/p>\n<p>RobotX, our flagship platform, has been redefined by a global team of 15 engineers from Africa, Europe, India, and Canada. Together, we\u2019ve shaped one of the most advanced remote-operated systems in the industry. We also collaborate with colleges and universities to develop and test prototypes, combining academic insight with field-tested experience.<\/p>\n<p>We take a step-by-step approach to innovation. Each product requires major investment, rigorous testing, and a clear purpose. That\u2019s why some of our most advanced ideas remain in the vault\u2014ready to launch when the time is right.<\/p>\n<p>Yardlabs is built by originators, developers, and makers. Our vault holds more \u201cfirsts\u201d than most companies ever dream of. And we\u2019re just getting started.<\/p>\n<p><strong>Our vision:<\/strong> <em>\u201cYour yards will ask for it.\u201d<\/em><\/p>\n<\/div>\n<p><!-- GSAP Animation for Founder\u2019s Note --><br \/>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"><\/script><br \/>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/ScrollTrigger.min.js\"><\/script><br \/>\n<script>\n  gsap.registerPlugin(ScrollTrigger);\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    gsap.fromTo('.founder-note',\n      { opacity: 0, y: 80 },\n      {\n        opacity: 1,\n        y: 0,\n        duration: 1.5,\n        ease: 'power3.out',\n        scrollTrigger: {\n          trigger: '.founder-note',\n          start: 'top 85%',\n          end: 'bottom 15%',\n          toggleActions: 'play none none reverse',\n          markers: false\n        }\n      }\n    );\n  });\n<\/script><\/p>\n<p><!-- Trust Section \u2013 Styled + Animated --><\/p>\n<style>\n  .trust-section {\n    text-align: center;\n    padding: 40px 20px;\n    background: #eaf2ff;\n    border-radius: 12px;\n    max-width: 1000px;\n    margin: 40px auto;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.05);\n    opacity: 0;\n    transform: translateY(80px);\n  }\n  .trust-section h3 {\n    font-size: 24px;\n    color: #1a3d5d;\n    margin-bottom: 20px;\n  }\n  .trust-badges {\n    display: flex;\n    justify-content: center;\n    gap: 30px;\n    flex-wrap: wrap;\n    font-size: 16px;\n    color: #333;\n  }\n<\/style>\n<div class=\"trust-section\">\n<h3>Why Trust YARDLABS?<\/h3>\n<div class=\"trust-badges\">\n<div>\ud83c\udde8\ud83c\udde6 Built in Canada<\/div>\n<div>\ud83d\udce1 300+ ft Remote Range<\/div>\n<div>\ud83c\udf31 Eco-Friendly Operation<\/div>\n<div>\ud83e\udde9 Modular Attachments<\/div>\n<div>\ud83d\udee0\ufe0f 15+ Years of R&#038;D<\/div>\n<\/p><\/div>\n<\/div>\n<p><!-- GSAP Animation Script --><br \/>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"><\/script><br \/>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/ScrollTrigger.min.js\"><\/script><br \/>\n<script>\n  gsap.registerPlugin(ScrollTrigger);\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    gsap.fromTo('.trust-section',\n      { opacity: 0, y: 80 },\n      {\n        opacity: 1,\n        y: 0,\n        duration: 1.5,\n        ease: 'power3.out',\n        scrollTrigger: {\n          trigger: '.trust-section',\n          start: 'top 85%',\n          end: 'bottom 15%',\n          toggleActions: 'play none none reverse',\n          markers: false\n        }\n      }\n    );\n  });\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf31 About YARDLABS Founded in 2010 and officially registered in 2022, YARDLABS is the result of over a decade of research, development, and field testing. Our mission is simple: to revolutionize municipal and enterprise maintenance with remote-controlled, eco-friendly solutions. \ud83d\udd27 What We Do We design and supply remote-controlled mowers, snow blowers, and modular attachments tailored [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/yardlabs.ca\/index.php?rest_route=\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yardlabs.ca\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yardlabs.ca\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yardlabs.ca\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yardlabs.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16"}],"version-history":[{"count":17,"href":"https:\/\/yardlabs.ca\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":2991,"href":"https:\/\/yardlabs.ca\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions\/2991"}],"up":[{"embeddable":true,"href":"https:\/\/yardlabs.ca\/index.php?rest_route=\/wp\/v2\/pages\/2"}],"wp:attachment":[{"href":"https:\/\/yardlabs.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}