This commit is contained in:
2025-08-20 14:24:47 +02:00
parent b7004026c0
commit a737bee762
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build && cp -r public/* out/",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"
}, },

View File

@@ -14,7 +14,7 @@ export function Hero() {
playsInline playsInline
className="absolute inset-0 top-0 left-0 w-full h-full object-cover -z-10" className="absolute inset-0 top-0 left-0 w-full h-full object-cover -z-10"
> >
<source src="/videos/hero.mp4" type="video/mp4" /> <source src="/videos/hero2.mp4" type="video/mp4" />
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
<h1 className="relative z-10 mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-white sm:text-7xl"> <h1 className="relative z-10 mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-white sm:text-7xl">