Skip to content

Commit

Permalink
Add info email on landing
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Dec 31, 2024
1 parent 8196d46 commit 528ef1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/landing/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h3 class="color-white">SMART CITIZEN KIT</h3>
<p class="color-white" style="margin-bottom:33px">We're excited to release our newest version of the Smart Citizen Kit! The Smart Citizen Kit 2.3 is an upgrade of the kit that you already know and love, and is now available through SEEED Studio. The latest version includes UV readings, an improved PM sensor and lots of new features!</p>
<a href="https://www.seeedstudio.com/Smart-Citizen2-3-p-6327.html" target="_blank"
class="btn-outline-white btn-round-new md-button"
>GET YOUR KIT AT SEEED STUDIO</a>
>GET YOUR KIT AT SEEED STUDIO!</a>
</div>
<div flex-order-xs="1" class="img-kits-complete tile tile-left tile-image">
</div>
Expand All @@ -153,10 +153,10 @@ <h3 class="color-white">SMART CITIZEN KIT</h3>
<img style="height:85px" src="./assets/images/contact.svg" alt="Contact icon" />
<h3>PROJECTS AND CUSTOMIZATIONS</h3>
<p style="margin-bottom:33px">Planning something big? Do you want to use the kit as part of a research project? While all of our hardware is open source, we work directly with research organizations and projects to make open hardware that anyone can use.</p>
<p style="margin-bottom:33px"><strong>Get in touch for customized projects.</strong></p>
<p style="margin-bottom:33px"><strong>Get in touch for customized projects at <a href="mailto:[email protected]">[email protected]</a></strong></p>
<a href="mailto:[email protected]"
class="btn-black-outline btn-round-new md-button"
>CONTACT US</a>
>CONTACT US!</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 528ef1b

Please sign in to comment.