File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
public/images/10-year-anniversary Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const CurrentTorchHolderCard = ({
50
50
autoPlay
51
51
loop
52
52
muted
53
- poster = "/images/10-year-anniversary/torch-cover.webp "
53
+ poster = "/images/10-year-anniversary/torch-cover.png "
54
54
/>
55
55
</ div >
56
56
Original file line number Diff line number Diff line change @@ -290,15 +290,22 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
290
290
>
291
291
< div className = "p-8" >
292
292
< div className = "relative" >
293
- < div className = "flex items-center justify-center pt-12 sm:pt-24" >
293
+ < div className = "relative flex items-center justify-center pt-12 sm:pt-24" >
294
294
< video
295
- className = "h-[380px] w-[380px] object-cover "
295
+ className = "h-[380px] w-[380px]"
296
296
src = "/videos/torch.mp4"
297
297
aria-label = "Torch video"
298
298
autoPlay
299
299
loop
300
300
muted
301
- poster = "/images/10-year-anniversary/torch-cover.webp"
301
+ poster = "/images/10-year-anniversary/torch-cover.png"
302
+ />
303
+ < Image
304
+ src = "/images/10-year-anniversary/torch-overlay.png"
305
+ alt = "Torch overlay"
306
+ className = "absolute top-0 h-[380px] w-[380px] translate-y-12 sm:translate-y-24"
307
+ width = { 380 }
308
+ height = { 380 }
302
309
/>
303
310
</ div >
304
311
{ /* Curved text */ }
You can’t perform that action at this time.
0 commit comments