Skip to content

Commit a29f02b

Browse files
authored
Merge pull request #15695 from ethereum/hot-fit-enterprise-copy
[hot-fix]: enterprise copy and logos
2 parents e4f175c + 731be35 commit a29f02b

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

app/[locale]/enterprise/page.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Checkmark from "@/components/icons/checkmark.svg"
99
import Adidas from "@/components/icons/enterprise/adidas.svg"
1010
import Azure from "@/components/icons/enterprise/azure.svg"
1111
import BancoSantander from "@/components/icons/enterprise/banco-santander.svg"
12-
import BASF from "@/components/icons/enterprise/basf.svg"
1312
import BlackRock from "@/components/icons/enterprise/blackrock.svg"
1413
import BMW from "@/components/icons/enterprise/bmw.svg"
1514
import CocaCola from "@/components/icons/enterprise/coca-cola.svg"
@@ -183,8 +182,13 @@ const Page = async ({ params }: { params: { locale: Lang } }) => {
183182
),
184183
},
185184
{
186-
name: "T-Mobile & SK Telecom",
187-
content: t("page-enterprise-cases-tmobile-content"),
185+
name: "Sony",
186+
content: (
187+
<Translation
188+
ns="page-enterprise"
189+
id="page-enterprise-cases-sony-content"
190+
/>
191+
),
188192
},
189193
{
190194
name: "UN World Food Programme",
@@ -233,7 +237,6 @@ const Page = async ({ params }: { params: { locale: Lang } }) => {
233237
Logo: BancoSantander,
234238
className: "-translate-y-1",
235239
},
236-
{ name: "BASF", Logo: BASF, className: "text-[28px]" },
237240
{ name: "BlackRock", Logo: BlackRock, className: "text-[32px]" },
238241
{ name: "BMW", Logo: BMW, className: "scale-105 origin-bottom" },
239242
{ name: "Coca-Cola", Logo: CocaCola },

src/intl/en/page-enterprise.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"page-enterprise-cases-blackrock-content": "Launched <strong>$2.9B+ tokenized</strong> U.S. Treasury fund on Ethereum and its ecosystem, delivering same-day liquidity to institutions.",
88
"page-enterprise-cases-eib-content": "<strong>Issued a €100M digital bond</strong> on public Ethereum. The project was conducted in cooperation with the Banque de France, Goldman Sachs, Santander and Société Générale.",
99
"page-enterprise-cases-mediledger-content": "Enables Pfizer and Genentech to verify drug authenticity and ensure pharma compliance.",
10-
"page-enterprise-cases-tmobile-content": "Uses Ethereum to streamline roaming and device trust—shared ledgers simplify authentication and billing.",
10+
"page-enterprise-cases-sony-content": "Launched the Soneium L2 network on Ethereum's OP Stack, scaling real-world IP with <strong>14M+ accounts and $45M+ TVL</strong>.",
1111
"page-enterprise-cases-unwfp-content": "UN <strong>tracks aid for 100,000+ refugees</strong> using a private Ethereum fork, boosting audit capabilities.",
1212
"page-enterprise-cases-visa-content": "Settled over <strong>$225 million</strong> in stablecoin transactions using USDC across Ethereum and other blockchains.",
1313
"page-enterprise-ecosystem-cta": "See use cases",
@@ -41,7 +41,7 @@
4141
"page-enterprise-reason-4-content": "The only programmable distributed ledger infrastructure that has never gone down, and has thrived through multiple existential threats.",
4242
"page-enterprise-reason-4-header": "Battle-tested",
4343
"page-enterprise-team-description": "We will answer your questions, help identify potential paths forward, provide technical support, and connect you with relevant industry leaders.",
44-
"page-enterprise-team-header": "Ethereum Enterprise Team",
44+
"page-enterprise-team-header": "EF Enterprise Team",
4545
"page-enterprise-why-description": "Ethereum supports enterprise compliance with transparent, auditable infrastructure that aligns with GDPR and KYC while protecting sensitive data in private or consortium environments.",
4646
"page-enterprise-why-header": "Why Ethereum"
4747
}

0 commit comments

Comments
 (0)