change background video

This commit is contained in:
2025-08-24 15:39:14 +03:00
parent 9b5aefeb91
commit 3d9069babc
3 changed files with 2916 additions and 4037 deletions

6651
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

BIN
src/assets/bg_video.mp4 Normal file

Binary file not shown.

View File

@@ -80,13 +80,13 @@ const Home = () => {
description="ThreeFold is a fully operational, decentralized internet infrastructure deployed locally, scalable globally, and owned and powered by the people." description="ThreeFold is a fully operational, decentralized internet infrastructure deployed locally, scalable globally, and owned and powered by the people."
showVideo={true} showVideo={true}
videoEmbed={ videoEmbed={
<iframe <video
src="https://player.vimeo.com/video/1106821376?badge=0&autopause=0&player_id=0&app_id=58479&autoplay=1&background=1&muted=1&loop=1" src="/src/assets/bg_video.mp4"
frameBorder="0" autoPlay
allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" muted
referrerPolicy="strict-origin-when-cross-origin" loop
style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%", objectFit: "cover"}} playsInline
title="ThreeFold Grid" className="absolute top-0 left-0 w-full h-full object-cover"
/> />
} }
/> />