Skip to content

Commit a912b13

Browse files
committed
feat: switch video to youtube
1 parent 7fe9bf9 commit a912b13

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/app/[locale]/page.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,15 @@ const VideoSection = () => {
117117
<div className="p-6 lg:px-12 lg:pt-36 lg:pb-64 text-red1 bg-pink1">
118118
<div className="max-w-[1500px] mx-auto">
119119
<div className="pt-[56.25%] relative">
120-
<iframe
121-
src="https://player.vimeo.com/video/1016205305?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479"
122-
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
120+
<iframe
123121
className="absolute top-0 left-0 w-full h-full"
124-
title="Pinkbombs"
122+
src="https://www.youtube.com/embed/YPVHTczRyuU?si=BZA4TaWW86aayGRp&rel=0"
123+
title="Pinkbombs"
124+
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
125+
referrerPolicy="strict-origin-when-cross-origin"
126+
allowFullScreen
125127
/>
126128
</div>
127-
<script src="https://player.vimeo.com/api/player.js"></script>
128129
</div>
129130
</div>
130131
);

0 commit comments

Comments
 (0)