diff --git a/frontend/src/sections/PopularTokens/index.tsx b/frontend/src/sections/PopularTokens/index.tsx
index f6ff9bb7f..429cbd5fa 100644
--- a/frontend/src/sections/PopularTokens/index.tsx
+++ b/frontend/src/sections/PopularTokens/index.tsx
@@ -13,6 +13,9 @@ const tokens: Array<{ name: string; assetIcon: string }> = [
{ name: 'USDC', assetIcon: 'usdc' },
{ name: 'USDC.e', assetIcon: 'usdc' },
{ name: 'USDT', assetIcon: 'usdt' },
+ { name: 'BRLA', assetIcon: 'brl' },
+ { name: 'ARS', assetIcon: 'ars' },
+ { name: 'EURC', assetIcon: 'eurc' },
];
const networks = Object.values(Networks).filter(
diff --git a/frontend/src/translations/en.json b/frontend/src/translations/en.json
index 20513f23e..f414364a0 100644
--- a/frontend/src/translations/en.json
+++ b/frontend/src/translations/en.json
@@ -77,7 +77,7 @@
},
"sections": {
"whyVortex": {
- "title": "Sell Crypto the secure Way",
+ "title": "Buy & Sell Crypto the secure Way",
"description": "Vortex is a non-custodial exchange that allows you to swap between different cryptocurrencies. It is built on top of the Stellar blockchain and uses the Stellar SDK to interact with the Stellar network.",
"features": {
"lowFees": {
@@ -86,7 +86,7 @@
},
"easyToUse": {
"title": "Easy to Use",
- "description": "Sell your crypto easily without the need for a centralized exchange."
+ "description": "Buy & Sell your crypto easily without the need for a centralized exchange."
},
"securityFirst": {
"title": "Security First, Always",
@@ -114,7 +114,7 @@
}
},
"pitch": {
- "title": "Sell <1>Stablecoins1> and receive
the money directly in your Bank Account",
+ "title": "Buy & Sell <1>Stablecoins1> -
directly with your Bank Account",
"description": "Complete everything in one simple step. With our trusted local partners,
enjoy fast, secure transactions and the best rates in the market."
},
"howToSell": {
diff --git a/frontend/src/translations/pt.json b/frontend/src/translations/pt.json
index e17c616bb..44011bf0e 100644
--- a/frontend/src/translations/pt.json
+++ b/frontend/src/translations/pt.json
@@ -77,7 +77,7 @@
},
"sections": {
"whyVortex": {
- "title": "Venda criptomoedas com segurança",
+ "title": "Compre e Venda criptomoedas com segurança",
"description": "A Vortex é uma plataforma de troca não custodial, permitindo que você negocie diversas criptomoedas com facilidade.",
"features": {
"lowFees": {
@@ -86,7 +86,7 @@
},
"easyToUse": {
"title": "Simples de usar",
- "description": "Venda suas criptomoedas facilmente sem a necessidade de uma exchange centralizada."
+ "description": "Compre e Venda suas criptomoedas facilmente sem a necessidade de uma exchange centralizada."
},
"securityFirst": {
"title": "Priorizamos sua segurança acima de tudo",
@@ -114,7 +114,7 @@
}
},
"pitch": {
- "title": "Venda <1>Stablecoins1> e receba
o dinheiro diretamente na sua Conta Bancária",
+ "title": "Compre e Venda <1>Stablecoins1> -
diretamente com sua conta bancária",
"description": "Complete tudo em uma única etapa simples. Com nossos parceiros locais confiáveis,
desfrute de transações rápidas, seguras e as melhores taxas do mercado."
},
"howToSell": {