Skip to content

Commit 351d872

Browse files
committed
updated homepage
1 parent 622cf3a commit 351d872

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/portal/src/app/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function FrontendSection() {
4949
<ArticleCardIndex
5050
href="/connect"
5151
title="Connect"
52-
description="Wallets, auth, and onchain interactions"
52+
description="Billeteras, autenticación e interacciones en la cadena"
5353
/>
5454
</section>
5555
);
@@ -61,7 +61,7 @@ function ContractsSection() {
6161
<SectionTitle id="onchain" title="Onchain" />
6262
<ArticleCardIndex
6363
title="Contracts"
64-
description="Solidity contracts and deployment tools"
64+
description="Contratos Solidity y herramientas de despliegue"
6565
href="/contracts"
6666
/>
6767
</section>
@@ -76,17 +76,17 @@ function BackendSection() {
7676
<ArticleCardIndex
7777
href="/engine"
7878
title="Engine"
79-
description="Reliable transactions and monitoring"
79+
description="Transacciones confiables y monitoreo"
8080
/>
8181
<ArticleCardIndex
8282
href="/insight"
8383
title="Insight"
84-
description="Blockchain data queries and transformations"
84+
description="Consultas y transformaciones de datos en blockchain"
8585
/>
8686
<ArticleCardIndex
8787
href="/nebula"
8888
title="Nebula"
89-
description="API interface for LLMs"
89+
description="Interfaz API para LLMs"
9090
/>
9191
</div>
9292
</section>

0 commit comments

Comments
 (0)