Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Create professional videos with AI in your browser. Free, open-source video edit
### Video Editor — Main Interface
![VideoSOS Video Editor - Main Interface](./public/screenshot-app.png)

### Video Editor — Export Dialog
![VideoSOS Video Editor - Export Dialog](./public/screenshot-export.png)
### Video Editor — Project Statistics
![VideoSOS Video Editor - Project Statistics](./public/screenshot-stats.png)

---

Expand Down
4 changes: 2 additions & 2 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
### Видеоредактор — Основной интерфейс
![VideoSOS Видеоредактор - Основной интерфейс](./public/screenshot-app.png)

### Видеоредактор — Окно экспорта
![VideoSOS Видеоредактор - Окно экспорта](./public/screenshot-export.png)
### Видеоредактор — Статистика проекта
![VideoSOS Видеоредактор - Статистика проекта](./public/screenshot-stats.png)

---

Expand Down
File renamed without changes
Binary file added public/screenshot-stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/landing-hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Hero() {
<div className="absolute inset-0 bg-gradient-to-r from-purple-500/40 to-blue-500/40 blur-3xl opacity-20" />
<LaptopMockup>
<Image
src="/hero-app.png"
src="/hero-app-v2.png"
width={1200}
height={800}
alt={t("imageAlt")}
Expand Down