Skip to content

Commit

Permalink
Add video preview to landing page (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p authored Aug 13, 2024
1 parent 3f9b59b commit 5a41198
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ export default function HomepageFeatures(): JSX.Element {
<Feature key={idx} {...props} />
))}
</div>
<div className="row">
<div className="text--center">
<Heading as="h2">See it in action 📸</Heading>
<video width="100%" height="auto" controls>
<source src="https://github.com/user-attachments/assets/8e2f3037-ecb0-4f6b-a9ba-fd277d2af55d"/>
</video>
</div>
</div>
</div>
</section>
);
Expand Down

0 comments on commit 5a41198

Please sign in to comment.