-
-
-
-
diff --git a/web/landing/docs-installation.html b/web/landing/docs-installation.html
deleted file mode 100644
index b1bcd557..00000000
--- a/web/landing/docs-installation.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- Scriberr Docs — Installation
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/web/landing/docs-intro.html b/web/landing/docs-intro.html
deleted file mode 100644
index 48d9250c..00000000
--- a/web/landing/docs-intro.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
- Scriberr Docs — Introduction
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/web/landing/index.html b/web/landing/index.html
index 67da5950..38959829 100644
--- a/web/landing/index.html
+++ b/web/landing/index.html
@@ -2,6 +2,10 @@
+
+
+
+
Scriberr — Transcribe audio. Summarize. Annotate.
diff --git a/web/landing/public/api/undocumented.json b/web/landing/public/api/undocumented.json
index 363c1f35..0d0871a4 100644
--- a/web/landing/public/api/undocumented.json
+++ b/web/landing/public/api/undocumented.json
@@ -63,6 +63,13 @@
"description": "Upload an audio file without starting transcription",
"tag": "transcription"
},
+ {
+ "method": "POST",
+ "path": "/api/v1/transcription/upload-video",
+ "summary": "Upload video file for transcription",
+ "description": "Upload a video file, extract audio from it using ffmpeg, and create a transcription job",
+ "tag": "transcription"
+ },
{
"method": "POST",
"path": "/api/v1/transcription/submit",
diff --git a/web/landing/src/components/Hero.tsx b/web/landing/src/components/Hero.tsx
index 057ca061..66973641 100644
--- a/web/landing/src/components/Hero.tsx
+++ b/web/landing/src/components/Hero.tsx
@@ -7,8 +7,8 @@ export default function Hero() {
Self-hosted offline audio transcription
-
-
+
+
Transcribe audio locally into text - Summarize and Chat with your
diff --git a/web/landing/src/components/Navbar.tsx b/web/landing/src/components/Navbar.tsx
index f4d7c2f2..62b1a71e 100644
--- a/web/landing/src/components/Navbar.tsx
+++ b/web/landing/src/components/Navbar.tsx
@@ -8,7 +8,7 @@ export default function Navbar() {