From 5a41198c2c19f50815d29c532d04bbeaa2a79e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pawlik?= Date: Tue, 13 Aug 2024 16:28:56 +0200 Subject: [PATCH] Add video preview to landing page (#15) --- website/src/components/HomepageFeatures/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/src/components/HomepageFeatures/index.tsx b/website/src/components/HomepageFeatures/index.tsx index cc9776e..80a091e 100644 --- a/website/src/components/HomepageFeatures/index.tsx +++ b/website/src/components/HomepageFeatures/index.tsx @@ -67,6 +67,14 @@ export default function HomepageFeatures(): JSX.Element { ))} +
+
+ See it in action 📸 + +
+
);