Skip to content

Commit

Permalink
feat: The how-it-works page is modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Aug 28, 2024
1 parent df909cc commit 6410b07
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/app/(routes)/(landing)/how-it-works.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ export function Bttn() {
<ModalBody>
<ModalContent>
<div className="relative flex justify-center items-center">



<div className="relative p-2 bg-black rounded-xl">
<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>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/BREVPg7HK1A?si=bd66DQ7XpTStjTeX"
title="YouTube video player"
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 6410b07

Please sign in to comment.