Skip to content

Commit 9f9f8e7

Browse files
committed
copy updates
1 parent 6e1c936 commit 9f9f8e7

File tree

2 files changed

+44
-47
lines changed

2 files changed

+44
-47
lines changed

app/[locale]/10years/_components/data.tsx

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const adoptionCards = [
2020
description: (
2121
<p className="mb-8">
2222
What began as a specialized ecosystem now spans <b>80+ countries</b>{" "}
23-
with <b>870,000 validators</b>, <b>13,600 physical nodes</b>, and
24-
millions of users across continents.
23+
with <b>870,000 validators</b>, <b>13,600 physical nodes</b>, and{" "}
24+
<b>millions of users</b> across continents.
2525
</p>
2626
),
2727
href: "/resources",
@@ -32,9 +32,8 @@ const adoptionCards = [
3232
title: "10 years, 16 upgrades, 0 downtime",
3333
description: (
3434
<p className="mb-8">
35-
Ethereum has turned continuous innovation into a decade-long uptime
36-
record. While few times Ethereum network became congested, it never went
37-
down.
35+
Ethereum has maintained perfect uptime while continuously evolving. The
36+
blockchain has never gone offline.
3837
</p>
3938
),
4039
href: "/roadmap",
@@ -45,8 +44,8 @@ const adoptionCards = [
4544
title: "$122.6 billion in stablecoin market cap",
4645
description: (
4746
<p className="mb-8">
48-
In Q2 2025, Ethereum and its extensions moved over $122.6 billion in
49-
stablecoins{" "}
47+
In Q2 2025, the Ethereum ecosystem moved over $122.6 billion in
48+
stablecoins,{" "}
5049
<Link href="https://defillama.com/stablecoins/chains">
5150
comprising ~49.85% of the stablecoin market share
5251
</Link>
@@ -116,53 +115,53 @@ const innovationCards = [
116115
title: "Ethereum Launch",
117116
date: "July 30, 2015",
118117
description: [
119-
'The genesis block of Ethereum was mined, marking the official launch of the "Frontier" network. This initial version was a barebones release, allowing developers to start building decentralized applications and experiment.',
120-
"The network launches with a vision to build a more open internet — one where users own their data, applications run without intermediaries, and value moves freely.",
118+
'Ethereum\'s genesis block went live, launching the "Frontier" network. This barebones release gave developers their first chance to build decentralized applications and experiment with smart contracts.',
119+
"Ethereum's mission: an open internet where users control their data, applications run without gatekeepers, and value flows freely between people.",
121120
],
122121
image: EthereumLaunchImage,
123122
},
124123
{
125124
title: "DAI: The pioneer stablecoin",
126125
date: "December, 2015",
127126
description: [
128-
"Launch of the first stablecoin. DAI was designed to maintain a soft peg to the U.S. dollar while being backed by various cryptocurrencies deposited in smart-contract vaults.",
129-
"Unlike centralized stablecoins, DAI's main advantage is that it is managed by a decentralized autonomous organization (DAO) rather than a private company. ",
127+
"The first decentralized stablecoin launched. DAI maintains a soft peg to the U.S. dollar through cryptocurrency collateral locked in smart contracts.",
128+
"Unlike centralized stablecoins controlled by companies, DAI is governed by a decentralized autonomous organization (DAO), making it trustless and community-driven.",
130129
],
131130
image: StableCoinImage,
132131
},
133132
{
134133
title: "CryptoKitties and the NFT Frontier",
135134
date: "November, 2017",
136135
description: [
137-
"CryptoKitties bring digital ownership to life. This early NFT game showed how Ethereum can enable new forms of expression, collectibility, and culture on the internet",
138-
"It captured global attention and demonstrated that Ethereum could scale beyond finance into gaming, art, and digital identity.",
136+
"CryptoKitties brought digital ownership to life. This early NFT game showed how blockchain could enable new forms of expression, collectibility, and culture online.",
137+
"It proved Ethereum could scale beyond finance into gaming, art, and digital identity, opening entirely new creative possibilities.",
139138
],
140139
image: NftImage,
141140
},
142141
{
143142
title: "DeFi Summer",
144143
date: "June, 2020",
145144
description: [
146-
"A period of explosive growth redefines finance. Protocols for lending, trading, and yield generation gain momentum — showcasing the power of open, composable financial infrastructure.",
147-
"This period sparked enormous user growth, attracting billions in value and building confidence in Ethereum as the home of decentralized finance. ",
145+
"Explosive DeFi growth redefined how the world thinks about finance. Protocols for lending, trading, and yield generation gained massive momentum, showcasing the power of open, composable financial infrastructure.",
146+
"This period brought billions in value on-chain and established Ethereum as the home of decentralized finance.",
148147
],
149148
image: DefiSummerImage,
150149
},
151150
{
152151
title: "The Merge update",
153152
date: "September 15, 2022",
154153
description: [
155-
"Arguably the most significant upgrade in Ethereum's history. The Merge saw the seamless transition of the Ethereum mainnet from Proof-of-Work (PoW) to the Proof-of-Stake (PoS) consensus mechanism.",
156-
"This event drastically reduced Ethereum's energy consumption by ~99.95%, enhanced network security, and laid the groundwork for future scalability improvements. ",
154+
"Ethereum's biggest transformation yet. The network seamlessly transitioned from energy-intensive proof-of-work to proof-of-stake. With billions in value on Ethereum, the change was described as like changing an aircraft's engine mid-flight.",
155+
"The Merge cut Ethereum's energy consumption by 99.95%, strengthened network security, and set the groundwork for future scaling upgrades.",
157156
],
158157
image: TheMergeImage,
159158
},
160159
{
161160
title: "Spot ETH ETFs",
162161
date: "May 23, 2024",
163162
description: [
164-
"The approval and launch of Spot Ethereum ETFs in various jurisdictions provided traditional investors with regulated exposure to ETH, further legitimizing it as an asset class.",
165-
"A growing trend of tokenizing real-world assets (like real estate, private credit, and treasuries) on Ethereum also gained significant traction, with major financial institutions exploring and launching RWA initiatives.",
163+
"Wall Street embraces Ethereum. Spot ETH ETFs launched, bringing institutional capital and regulatory legitimacy to the world's leading smart contract platform.",
164+
"The approval signaled broader acceptance of tokenized real-world assets, with major financial institutions now building on Ethereum to bring everything from real estate to treasury bonds on-chain.",
166165
],
167166
image: EthETFImage,
168167
},

app/[locale]/10years/page.tsx

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,12 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
7373
</div>
7474
<div className="flex flex-1 flex-col gap-4">
7575
<p className="text-lg">
76-
On July 30, 2015, at 3:44 p.m. UTC, the first block of the
77-
Ethereum blockchain came to life. The moment—when the Genesis
78-
block was mined—marked the beginning of a revolutionary journey
79-
that would forever change how the world thinks about the
80-
internet, finance, and digital ownership.
76+
On July 30, 2015, the Ethereum blockchain was born. The moment
77+
the genesis block was mined, it enabled new possibilities for
78+
the internet, bringing transformative changes to finance,
79+
ownership, and programmability.
8180
</p>
82-
<p className="text-lg">Ten years down, infinity to go! 🚀</p>
81+
<p className="text-lg">Ten years in, eternity ahead.</p>
8382
</div>
8483
</div>
8584
<div className="flex flex-1 flex-row items-center justify-center">
@@ -92,8 +91,8 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
9291
<div className="flex max-w-[770px] flex-col gap-4 text-center">
9392
<h2 className="text-4xl font-black">Join the party</h2>
9493
<p className="text-md">
95-
Join the worldwide celebration of 10 Years of Ethereum. Find an
96-
event near you or host your own!
94+
Celebrate 10 years of Ethereum with the global community. Find a
95+
local event or start your own celebration.
9796
</p>
9897
</div>
9998
<div>
@@ -205,26 +204,26 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
205204
<div className="flex w-full flex-col-reverse gap-8 px-8 py-8 md:flex-row">
206205
<div className="flex flex-1 flex-col gap-4 md:gap-8">
207206
<p>
208-
Join celebrations worldwide featuring talks, networking, and more
209-
to celebrate 10 years of Ethereum.
207+
Join people around the world for talks, networking, and
208+
celebrations as we mark Ethereum&apos;s tenth birthday.
210209
</p>
211210
<p>
212-
Can&apos;t attend in person? No problem. We&apos;ll livestream and
213-
share updates from events around the globe, so everyone can
214-
celebrate this milestone together.
211+
Can&apos;t make it in person? Watch our livestream and follow
212+
updates from events worldwide, so everyone can celebrate this
213+
milestone together.
215214
</p>
216215
</div>
217216
<div className="flex flex-1 flex-col items-center gap-4 rounded-2xl bg-gradient-step-1 p-8">
218217
<h2 className="text-2xl font-bold">Host event</h2>
219218
<p className="text-md">
220-
If you want to host an event and would like to apply for funding,
221-
grants are available for a limited time.
219+
Want to host an event? Limited-time grants are available to help
220+
fund your event.
222221
</p>
223222
<ButtonLink
224223
href="https://blog.ethereum.org/2025/04/24/ten-years"
225224
hideArrow
226225
>
227-
Add Your Event
226+
Apply Now
228227
</ButtonLink>
229228
</div>
230229
</div>
@@ -239,15 +238,15 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
239238
Ethereum transformed blockchain by introducing smart contracts
240239
</p>
241240
<p>
242-
Ethereum transformed blockchain from a simple ledger into a world
243-
computer of self-executing programs that run when conditions are
244-
met.
241+
With Ethereum, blockchains changed from a digital ledger, into a
242+
programmable platform where code executes automatically when
243+
conditions are met.
245244
</p>
246245
<p>
247-
This innovation launched entirely new industries including{" "}
248-
<b>DeFi</b>, <b>NFTs</b>, and <b>DAOs</b>, expanding blockchain
249-
far beyond digital currency into a platform that reimagined how we
250-
create and exchange value in the digital age.
246+
Ethereum&apos;s innovation enabled entirely new industries like{" "}
247+
<b>DeFi, NFTs, and DAOs</b>. It expanded blockchain beyond digital
248+
currency into a platform that reimagined how we create and
249+
exchange value.
251250
</p>
252251
</div>
253252
<InnovationSwiper />
@@ -258,14 +257,13 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
258257
<div className="flex flex-col gap-6 lg:sticky lg:top-64 lg:mb-24">
259258
<h2 className="text-5xl font-black md:text-7xl">Adoption</h2>
260259
<p className="text-xl font-bold">
261-
From a whitepaper to 24M+ transactions a day within ethereum
260+
From a whitepaper to 24M+ daily transactions within the Ethereum
262261
ecosystem
263262
</p>
264263
<p>
265-
Ethereum has become a global computing platform that powers
266-
thousands of applications used by millions of people daily,
267-
crossing borders and industries while continuing to expand its
268-
reach into new territories and use cases.
264+
Ethereum has become a global computing platform powering
265+
thousands of applications used by millions daily. It spans
266+
industries and borders while continuing to expand its use cases.
269267
</p>
270268
</div>
271269
</div>

0 commit comments

Comments
 (0)