Skip to content

Commit 5c8b6fc

Browse files
committed
update video and cover images
1 parent 8386268 commit 5c8b6fc

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const CurrentTorchHolderCard = ({
5050
autoPlay
5151
loop
5252
muted
53-
poster="/images/10-year-anniversary/torch-cover.webp"
53+
poster="/images/10-year-anniversary/torch-cover.png"
5454
/>
5555
</div>
5656

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,22 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
290290
>
291291
<div className="p-8">
292292
<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">
294294
<video
295-
className="h-[380px] w-[380px] object-cover"
295+
className="h-[380px] w-[380px]"
296296
src="/videos/torch.mp4"
297297
aria-label="Torch video"
298298
autoPlay
299299
loop
300300
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}
302309
/>
303310
</div>
304311
{/* Curved text */}
107 KB
Loading
285 KB
Loading

0 commit comments

Comments
 (0)