Skip to content

Commit

Permalink
feat: The 'How it works' video is added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Aug 28, 2024
1 parent 5573d27 commit df909cc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/app/(routes)/(landing)/how-it-works.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,7 @@ export function Bttn() {


<div className="relative p-2 bg-black rounded-xl">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/XctooiH0moI?si=prOhlPi84hF-aSbu"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerPolicy="strict-origin-when-cross-origin"
allowFullScreen
className="rounded-lg"
></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BREVPg7HK1A?si=bd66DQ7XpTStjTeX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</ModalContent>
Expand Down

0 comments on commit df909cc

Please sign in to comment.