feat: replace placeholder video

This commit is contained in:
ascpixi 2025-11-19 13:03:19 -05:00
parent 43e90e6459
commit b296e9eaeb

View file

@ -170,14 +170,14 @@ function App() {
</div>
<div className="relative transform rotate-[1.7deg] transition-transform hover:scale-105">
<iframe
width="442"
height="249"
src="https://www.youtube.com/embed/oKHU66Ar6Gk?si=tHZjgBqdXn-boVsk"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerPolicy="strict-origin-when-cross-origin"
<iframe
width="442"
height="249"
src="https://www.youtube.com/embed/yVgqQQ5xYJo?si=1PngS7-FtsjCfAGy"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerPolicy="strict-origin-when-cross-origin"
allowFullScreen
className="w-full max-w-[442px] aspect-video rounded-2xl shadow-[12px_12px_0px_0px_rgba(0,0,0,0.25)] mx-auto"
/>