Skip to content

Commit e9bc7a0

Browse files
authored
feat(dapp): replace landing and poster video to s3 (#1054)
* feat(dapp): replace landing and poster video * chore(dapp): remove assets
1 parent bb7f354 commit e9bc7a0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

dapp/public/hero-landing.mp4

-3.19 MB
Binary file not shown.

dapp/public/poster-hero.png

-245 KB
Binary file not shown.

dapp/src/sections/LandingHero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ export function LandingHero() {
1818
return (
1919
<div className="relative min-h-[700px] md:min-h-[560px] overflow-hidden">
2020
<Video
21-
src="/hero-landing.mp4"
21+
src="https://files.iota.org/media/iota-names/homepage_hero.mp4"
2222
isAutoPlayEnabled
2323
disableControls
2424
className="absolute inset-0 w-full h-full object-cover z-[-1]"
25-
poster="/poster-hero.png"
25+
poster="https://files.iota.org/media/iota-names/homepage_hero_poster.jpg"
2626
/>
2727

2828
<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

Comments
 (0)