We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7f354 commit e9bc7a0Copy full SHA for e9bc7a0
dapp/public/hero-landing.mp4
-3.19 MB
dapp/public/poster-hero.png
-245 KB
dapp/src/sections/LandingHero.tsx
@@ -18,11 +18,11 @@ export function LandingHero() {
18
return (
19
<div className="relative min-h-[700px] md:min-h-[560px] overflow-hidden">
20
<Video
21
- src="/hero-landing.mp4"
+ src="https://files.iota.org/media/iota-names/homepage_hero.mp4"
22
isAutoPlayEnabled
23
disableControls
24
className="absolute inset-0 w-full h-full object-cover z-[-1]"
25
- poster="/poster-hero.png"
+ poster="https://files.iota.org/media/iota-names/homepage_hero_poster.jpg"
26
/>
27
28
<div className="container w-full h-full pt-[200px] pb-20 flex flex-col items-center justify-center gap-y-2xl text-center">
0 commit comments