Skip to content

Commit

Permalink
Changed Navigation Video to Promo One
Browse files Browse the repository at this point in the history
  • Loading branch information
CodastickFantastic committed Apr 23, 2024
1 parent a1c54a3 commit 398006a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions app/components/layout/MenuAside.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,9 @@ export function MenuAside() {
<BigCategoryTile image={zwierzetaIcon} title="Wzory" url="/wzory" alt="Ikona wzorów zwierzat" />
</nav>
<div className={styles.baner}>
<iframe
src="https://www.youtube.com/embed/rn0iKKfqnZA?autoplay=1&mute=1&loop=1&list=PLbk5skGYmFPyZJBupwK3pHpUsqiBkwMmu&enablejsapi=1&origin=http%3A%2F%2Fjazba.pl&showinfo=0"
alt="Krótki filmik o tym jak wygląda proces haftowania w firmie Jazba"
className={styles.video}
width={280}
height={158}
allow="autoplay"
allowFullScreen
/>
<video className={styles.video} width={280} height={158} autoPlay controls muted loop>
<source src="/videos/jazba_g_ads_video.webm" />
</video>
</div>
<nav className={styles.links}>
<LinkPage image={blogIcon} title="Blog" url="/blog" />
Expand Down
Binary file added public/videos/jazba_g_ads_video.webm
Binary file not shown.

0 comments on commit 398006a

Please sign in to comment.