diff --git a/README.md b/README.md index 5d3ab53a..d6b07931 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,15 @@ Voicebox is available now for macOS, Windows, and Linux. --- +## See it in action... + + + +--- + ## Features ### Voice Cloning with Qwen3-TTS diff --git a/landing/public/voicebox-demo.webm b/landing/public/voicebox-demo.webm new file mode 100644 index 00000000..f4b7c6b8 Binary files /dev/null and b/landing/public/voicebox-demo.webm differ diff --git a/landing/src/app/page.tsx b/landing/src/app/page.tsx index 17285225..ebcad0fd 100644 --- a/landing/src/app/page.tsx +++ b/landing/src/app/page.tsx @@ -191,6 +191,29 @@ export default function Home() { + {/* Demo Video Section */} +
+
+

+ See it in action... +

+
+
+ +
+
+
+
+ {/* Features Section */}
Features diff --git a/tauri/src-tauri/gen/Assets.car b/tauri/src-tauri/gen/Assets.car index ce0088a7..82cfeaba 100644 Binary files a/tauri/src-tauri/gen/Assets.car and b/tauri/src-tauri/gen/Assets.car differ