@@ -56,9 +56,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
56
56
57
57
// Get i18n messages
58
58
const allMessages = await getMessages ( { locale } )
59
- const requiredNamespaces = getRequiredNamespacesForPage (
60
- "/10-year-anniversary"
61
- )
59
+ const requiredNamespaces = getRequiredNamespacesForPage ( "/10years" )
62
60
const messages = pick ( allMessages , requiredNamespaces )
63
61
64
62
return (
@@ -70,9 +68,8 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
70
68
< div className = "flex flex-1 flex-col gap-5" >
71
69
< div >
72
70
< h1 className = "text-4xl font-bold" >
73
- A decade of Transforming the World
71
+ A decade of transforming the world one block at a time
74
72
</ h1 >
75
- < p className = "text-2xl font-bold" > One block at a time</ p >
76
73
</ div >
77
74
< div className = "flex flex-1 flex-col gap-4" >
78
75
< p className = "text-lg" >
@@ -90,7 +87,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
90
87
</ div >
91
88
</ div >
92
89
93
- < div className = "md: w-full px-4 px -8 py -8" >
90
+ < div className = "w-full px-4 py -8 md:px -8" >
94
91
< div className = "flex min-h-[500px] flex-col items-center gap-4 rounded-4xl bg-radial-a px-8 pt-8 lg:px-14 lg:pt-14" >
95
92
< div className = "flex max-w-[770px] flex-col gap-4 text-center" >
96
93
< h2 className = "text-4xl font-black" > Join the party</ h2 >
@@ -174,7 +171,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
174
171
key = { index }
175
172
className = "flex flex-col justify-between gap-2 rounded-lg p-2 hover:bg-background-highlight md:flex-row"
176
173
>
177
- < div className = "flex flex-col gap-2 md:flex-row" >
174
+ < div className = "flex flex-col items-center gap-2 md:flex-row" >
178
175
< div >
179
176
< span className = "text-lg font-bold" >
180
177
{ event . city }
@@ -209,7 +206,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
209
206
< div className = "flex flex-1 flex-col gap-4 md:gap-8" >
210
207
< p >
211
208
Join celebrations worldwide featuring talks, networking, and more
212
- to celebrate the 10 years of Ethereum.
209
+ to celebrate 10 years of Ethereum.
213
210
</ p >
214
211
< p >
215
212
Can't attend in person? No problem. We'll livestream and
@@ -235,7 +232,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
235
232
< div className = "flex w-full flex-col items-center gap-8 px-8 py-8 pt-32 lg:flex-row" >
236
233
< div className = "flex flex-1 flex-col gap-6" >
237
234
< h2 className = "flex flex-col gap-2 font-black" >
238
- < span className = "pl-2.5 text-4xl text-accent-a" > 10 years of</ span >
235
+ < span className = "text-4xl text-accent-a" > 10 years of</ span >
239
236
< span className = "text-5xl text-body md:text-7xl" > Innovation</ span >
240
237
</ h2 >
241
238
< p className = "text-xl font-bold" >
0 commit comments