@@ -15,6 +15,7 @@ import Translation from "@/components/Translation"
15
15
import { ButtonLink } from "@/components/ui/buttons/Button"
16
16
import { LinkBox , LinkOverlay } from "@/components/ui/link-box"
17
17
import { Tabs , TabsContent , TabsList , TabsTrigger } from "@/components/ui/tabs"
18
+ import YouTube from "@/components/YouTube"
18
19
19
20
import { cn } from "@/lib/utils/cn"
20
21
import { dataLoader } from "@/lib/utils/data/dataLoader"
@@ -30,7 +31,6 @@ import CurrentTorchHolderCard from "./_components/CurrentTorchHolderCard"
30
31
import { adoptionStyles } from "./_components/data"
31
32
import InnovationSwiper from "./_components/InnovationSwiper/lazy"
32
33
import NFTMintCardWrapper from "./_components/NFTMintCardWrapper"
33
- // import TenYearGlobe from "./_components/TenYearGlobe/lazy"
34
34
import TenYearHero from "./_components/TenYearHero"
35
35
import TorchHistorySwiper from "./_components/TorchHistorySwiper/lazy"
36
36
import Stories from "./_components/UserStories/lazy"
@@ -171,28 +171,17 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
171
171
</ div >
172
172
173
173
< div className = "w-full px-4 py-8 md:px-8" >
174
- < 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" >
175
- < div className = "flex max-w-[770px] flex-col gap-4 text-center" >
174
+ < div className = "flex flex-col items-center gap-4 rounded-4xl bg-radial-a px-8 pt-8 lg:px-14 lg:pt-14" >
175
+ < div className = "flex flex-col gap-4 text-center" >
176
176
< h2 className = "text-4xl font-black" >
177
- { t ( "page-10-year-join-party-title" ) }
177
+ Watch the livestream recording
178
178
</ h2 >
179
- < p className = "text-md" >
180
- { t ( "page-10-year-join-party-description" ) }
181
- </ p >
182
- </ div >
183
- < div className = "h-[max(fit,260px)] sm:h-[400px] md:h-[500px] lg:h-[600px]" >
184
- { /* CLIENT SIDE, lazy loaded */ }
185
- { /* <TenYearGlobe
186
- actionLabel={t("page-10-year-globe-go-to-event")}
187
- events={Object.values(fetched10YearEvents).flatMap((region) =>
188
- region.events.map((event) => ({
189
- ...event,
190
- lat: Number(event.lat),
191
- lng: Number(event.lng),
192
- }))
193
- )}
194
- /> */ }
195
179
</ div >
180
+ < YouTube
181
+ className = "w-full max-w-none"
182
+ id = "igPIMF1p5Bo"
183
+ title = "Livestream 10 years of Ethereum"
184
+ />
196
185
</ div >
197
186
</ div >
198
187
0 commit comments