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

6915
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

@@ -71,25 +71,25 @@ const Home = () => {
<div className="min-h-screen">
{/* Hero Section */}
<HeroSection
subtitle="Built for Everyone by Everyone, Everywhere"
title={
<span>
<span className="hero-text-gradient">ThreeFold</span>
</span>
}
description="ThreeFold is a fully operational, decentralized internet infrastructure deployed locally, scalable globally, and owned and powered by the people."
showVideo={true}
videoEmbed={
<iframe
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"
frameBorder="0"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share"
referrerPolicy="strict-origin-when-cross-origin"
style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%", objectFit: "cover"}}
title="ThreeFold Grid"
/>
}
/>
subtitle="Built for Everyone by Everyone, Everywhere"
title={
<span>
<span className="hero-text-gradient">ThreeFold</span>
</span>
}
description="ThreeFold is a fully operational, decentralized internet infrastructure deployed locally, scalable globally, and owned and powered by the people."
showVideo={true}
videoEmbed={
<video
src="/src/assets/bg_video.mp4"
autoPlay
muted
loop
playsInline
className="absolute top-0 left-0 w-full h-full object-cover"
/>
}
/>
{/* What is ThreeFold Section */}
<Section background="gradient" padding="xlarge">