fix: remove the vid
This commit is contained in:
@@ -40,22 +40,6 @@ export function Hero() {
|
||||
file access and network call.
|
||||
</p>
|
||||
|
||||
{/* Demo video */}
|
||||
<div className="mx-auto max-w-4xl mb-10">
|
||||
<div className="rounded-lg border border-border/40 overflow-hidden glow-orange">
|
||||
<video
|
||||
autoPlay
|
||||
loop
|
||||
muted
|
||||
playsInline
|
||||
controls
|
||||
className="w-full h-auto"
|
||||
>
|
||||
<source src="/videos/demo.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Install command */}
|
||||
<div className="mx-auto max-w-5xl">
|
||||
<div className="code-block glow-orange px-4 sm:px-5 py-3.5 flex items-center justify-between gap-3">
|
||||
|
||||
Reference in New Issue
Block a user