chore(ui): update video source to use compressed version

This commit is contained in:
Fatih Kadir Akın
2025-12-18 13:57:08 +03:00
parent 76dbd18048
commit 4d7df58c03
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -79,7 +79,7 @@ export default async function HomePage() {
playsInline
className="absolute top-1/2 -translate-y-1/2 end-0 w-full h-auto opacity-30 dark:opacity-15 dark:invert"
>
<source src="/animation.mp4" type="video/mp4" />
<source src="/animation_compressed.mp4" type="video/mp4" />
</video>
</div>
{/* Animated input overlay - only show if AI generation is enabled */}