File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,14 @@ const Hero: React.FC = () => {
117117 < div className = "relative rounded-2xl overflow-hidden shadow-xl animate-fade-in animation-delay-200" >
118118 < div className = "aspect-w-16 aspect-h-9" >
119119 < iframe
120- className = "w-full h-[400px]"
121- src = "https://www.youtube.com/embed/In1KOe8za5g"
122- title = "YouTube video"
123- frameBorder = "0"
124- allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
125- allowFullScreen
126- > </ iframe >
120+ className = "w-full h-[400px]"
121+ src = "https://www.youtube.com/embed/A4FD7Sy8z7o?rel=0"
122+ title = "YouTube video"
123+ frameBorder = "0"
124+ allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
125+ allowFullScreen
126+ > </ iframe >
127+
127128 </ div >
128129 < div className = "absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/80 to-transparent p-6" >
129130 < div className = "flex items-start space-x-4" >
You can’t perform that action at this time.
0 commit comments