diff --git a/src/assets/banco-libre.svg b/src/assets/banco-libre.svg
new file mode 100644
index 00000000..e3f96a63
--- /dev/null
+++ b/src/assets/banco-libre.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/src/assets/stashPay.png b/src/assets/stashPay.png
new file mode 100644
index 00000000..0ed61ac9
Binary files /dev/null and b/src/assets/stashPay.png differ
diff --git a/src/pages/Hero.tsx b/src/pages/Hero.tsx
index c7f8fd3a..28411855 100644
--- a/src/pages/Hero.tsx
+++ b/src/pages/Hero.tsx
@@ -190,6 +190,18 @@ export const Hero = () => {
target="_blank"
class="helm">
+
+
{t("partners")}
diff --git a/src/style/hero.scss b/src/style/hero.scss
index acb2d26b..8a313537 100644
--- a/src/style/hero.scss
+++ b/src/style/hero.scss
@@ -255,6 +255,22 @@ h3 {
width: 44px;
height: 55px;
}
+.bancoLibre {
+ display: inline-block;
+ background: url(../assets/banco-libre.svg);
+ background-size: 100%;
+ background-repeat: no-repeat;
+ width: 200px;
+ height: 40px;
+}
+.stashPay {
+ display: inline-block;
+ background: url(../assets/stashPay.png);
+ background-size: 100%;
+ background-repeat: no-repeat;
+ width: 50px;
+ height: 50px;
+}
#partners,
#integrations {