diff --git a/app/[locale]/enterprise/page.tsx b/app/[locale]/enterprise/page.tsx
index 0f936bbfc14..6968e5d0dd8 100644
--- a/app/[locale]/enterprise/page.tsx
+++ b/app/[locale]/enterprise/page.tsx
@@ -9,7 +9,6 @@ import Checkmark from "@/components/icons/checkmark.svg"
import Adidas from "@/components/icons/enterprise/adidas.svg"
import Azure from "@/components/icons/enterprise/azure.svg"
import BancoSantander from "@/components/icons/enterprise/banco-santander.svg"
-import BASF from "@/components/icons/enterprise/basf.svg"
import BlackRock from "@/components/icons/enterprise/blackrock.svg"
import BMW from "@/components/icons/enterprise/bmw.svg"
import CocaCola from "@/components/icons/enterprise/coca-cola.svg"
@@ -183,8 +182,13 @@ const Page = async ({ params }: { params: { locale: Lang } }) => {
),
},
{
- name: "T-Mobile & SK Telecom",
- content: t("page-enterprise-cases-tmobile-content"),
+ name: "Sony",
+ content: (
+
+ ),
},
{
name: "UN World Food Programme",
@@ -233,7 +237,6 @@ const Page = async ({ params }: { params: { locale: Lang } }) => {
Logo: BancoSantander,
className: "-translate-y-1",
},
- { name: "BASF", Logo: BASF, className: "text-[28px]" },
{ name: "BlackRock", Logo: BlackRock, className: "text-[32px]" },
{ name: "BMW", Logo: BMW, className: "scale-105 origin-bottom" },
{ name: "Coca-Cola", Logo: CocaCola },
diff --git a/src/intl/en/page-enterprise.json b/src/intl/en/page-enterprise.json
index 2691fc390ba..b86e59a4357 100644
--- a/src/intl/en/page-enterprise.json
+++ b/src/intl/en/page-enterprise.json
@@ -7,7 +7,7 @@
"page-enterprise-cases-blackrock-content": "Launched $2.9B+ tokenized U.S. Treasury fund on Ethereum and its ecosystem, delivering same-day liquidity to institutions.",
"page-enterprise-cases-eib-content": "Issued a €100M digital bond on public Ethereum. The project was conducted in cooperation with the Banque de France, Goldman Sachs, Santander and Société Générale.",
"page-enterprise-cases-mediledger-content": "Enables Pfizer and Genentech to verify drug authenticity and ensure pharma compliance.",
- "page-enterprise-cases-tmobile-content": "Uses Ethereum to streamline roaming and device trust—shared ledgers simplify authentication and billing.",
+ "page-enterprise-cases-sony-content": "Launched the Soneium L2 network on Ethereum's OP Stack, scaling real-world IP with 14M+ accounts and $45M+ TVL.",
"page-enterprise-cases-unwfp-content": "UN tracks aid for 100,000+ refugees using a private Ethereum fork, boosting audit capabilities.",
"page-enterprise-cases-visa-content": "Settled over $225 million in stablecoin transactions using USDC across Ethereum and other blockchains.",
"page-enterprise-ecosystem-cta": "See use cases",
@@ -41,7 +41,7 @@
"page-enterprise-reason-4-content": "The only programmable distributed ledger infrastructure that has never gone down, and has thrived through multiple existential threats.",
"page-enterprise-reason-4-header": "Battle-tested",
"page-enterprise-team-description": "We will answer your questions, help identify potential paths forward, provide technical support, and connect you with relevant industry leaders.",
- "page-enterprise-team-header": "Ethereum Enterprise Team",
+ "page-enterprise-team-header": "EF Enterprise Team",
"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.",
"page-enterprise-why-header": "Why Ethereum"
}