fix
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
@@ -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">
|
||||||
|
Reference in New Issue
Block a user