diff --git a/site/src/App.tsx b/site/src/App.tsx index 6d9891b..5edf32b 100644 --- a/site/src/App.tsx +++ b/site/src/App.tsx @@ -14,6 +14,7 @@ import runtimesImg from "./assets/screenshots/11-runtimes-list.jpg"; import skillsImg from "./assets/screenshots/12-skills-list.jpg"; import skillDetailImg from "./assets/screenshots/13-skill-detail.jpg"; import settingsImg from "./assets/screenshots/14-settings.jpg"; +import promoVideo from "./assets/video/multica-android-promo-draft.mp4"; const release = { packageName: "ai.multicasual.app", @@ -32,6 +33,7 @@ const copy: Record }; workspace: { kicker: string; title: string; subtitle: string; items: Array<{ title: string; subtitle: string }> }; + video: { kicker: string; title: string; body: string }; download: { kicker: string; title: string; package: string; api: string; sha: string; latest: string; source: string }; trust: { kicker: string; items: string[] }; footer: { tagline: string; multica: string; github: string; download: string }; @@ -83,6 +85,7 @@ const copy: Record + {/* Video Demo */} + +
{t.video.kicker}
+
+

{t.video.title}

+

{t.video.body}

+
+
+ {/* Download */}
diff --git a/site/src/assets/video/multica-android-promo-draft.mp4 b/site/src/assets/video/multica-android-promo-draft.mp4 new file mode 100644 index 0000000..983f39e Binary files /dev/null and b/site/src/assets/video/multica-android-promo-draft.mp4 differ