This commit is contained in:
AyrisAI
2026-07-11 16:15:26 +03:00
parent ccb923e57a
commit ac78e5bf40
16 changed files with 504 additions and 322 deletions
+1
View File
@@ -12,6 +12,7 @@ export default function HeroVideo() {
src="https://img.youtube.com/vi/V9AhK54xsxY/maxresdefault.jpg"
alt="Kite Beach Akyaka Video Thumbnail"
fill
sizes="100vw"
className={`object-cover transition-opacity duration-1000 ease-in-out ${
isVideoLoaded ? "opacity-0" : "opacity-80"
}`}