@@ -64,10 +64,10 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
64
64
< MainArticle className = "mx-auto flex w-full flex-col items-center" >
65
65
< TenYearHero />
66
66
67
- < div className = "mt-16 flex w-full flex-col gap-16 px-8 py-8 md:flex-row" >
67
+ < div className = "mt-16 flex w-full flex-col gap-16 px-8 py-4 md:flex-row md:py-8 " >
68
68
< div className = "flex flex-1 flex-col gap-5" >
69
69
< div >
70
- < h1 className = "text-4xl font-bold" >
70
+ < h1 className = "text-2xl font-bold" >
71
71
A decade of transforming the world one block at a time
72
72
</ h1 >
73
73
</ div >
@@ -122,7 +122,8 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
122
122
value = { key }
123
123
className = "whitespace-nowrap border-0 text-primary"
124
124
>
125
- { data . label } { " " }
125
+ { data . label }
126
+ { "\u00A0" }
126
127
< span className = "text-sm" > ({ data . events . length } )</ span >
127
128
</ TabsTrigger >
128
129
) ) }
@@ -202,7 +203,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
202
203
</ div >
203
204
</ div >
204
205
< div className = "flex w-full flex-col-reverse gap-8 px-8 py-8 md:flex-row" >
205
- < div className = "flex flex-1 flex-col gap-4 md:gap-8" >
206
+ < div className = "flex flex-1 flex-col gap-4 md:gap-8 md:pt-8 " >
206
207
< p >
207
208
Join people around the world for talks, networking, and
208
209
celebrations as we mark Ethereum's tenth birthday.
@@ -214,7 +215,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
214
215
</ p >
215
216
</ div >
216
217
< div className = "flex flex-1 flex-col items-center gap-4 rounded-2xl bg-gradient-step-1 p-8" >
217
- < h2 className = "text-2xl font-bold" > Host event</ h2 >
218
+ < h2 className = "text-2xl font-bold" > Host an event</ h2 >
218
219
< p className = "text-md" >
219
220
Want to host an event? Limited-time grants are available to help
220
221
fund your event.
@@ -255,7 +256,10 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
255
256
< div className = "flex w-full flex-col gap-8 px-8 py-8 pt-32 lg:flex-row" >
256
257
< div className = "relative flex max-w-[350px] flex-1 flex-col gap-6" >
257
258
< div className = "flex flex-col gap-6 lg:sticky lg:top-64 lg:mb-24" >
258
- < h2 className = "text-5xl font-black md:text-7xl" > Adoption</ h2 >
259
+ < h2 className = "flex flex-col gap-2 font-black" >
260
+ < span className = "text-4xl text-accent-a" > 10 years of</ span >
261
+ < span className = "text-5xl text-body md:text-7xl" > Adoption</ span >
262
+ </ h2 >
259
263
< p className = "text-xl font-bold" >
260
264
From a whitepaper to 24M+ daily transactions within the Ethereum
261
265
ecosystem
@@ -298,7 +302,10 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
298
302
< div className = "flex w-full flex-col gap-8 px-8 py-8 pt-32 lg:flex-row" >
299
303
< div className = "flex max-w-[350px] flex-1 flex-col gap-6" >
300
304
< div className = "flex flex-col gap-6 lg:sticky lg:top-64 lg:mb-24" >
301
- < h2 className = "text-5xl font-black md:text-7xl" > Stories</ h2 >
305
+ < h2 className = "flex flex-col gap-2 font-black" >
306
+ < span className = "text-4xl text-accent-a" > 10 years of</ span >
307
+ < span className = "text-5xl text-body md:text-7xl" > Stories</ span >
308
+ </ h2 >
302
309
< p className = "text-xl font-bold" >
303
310
An overview of how Ethereum is used in daily life
304
311
</ p >
@@ -320,7 +327,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
320
327
< Image
321
328
src = { TenYearLogo }
322
329
alt = "10 year anniversary logo"
323
- className = "-mb-4 max-h-80 object-contain sm:-mb-16 "
330
+ className = "-mb-4 max-h-80 object-contain"
324
331
/>
325
332
< h3 > Have an idea for how the community can celebrate?</ h3 >
326
333
< p >
0 commit comments