fix: remove the vid

This commit is contained in:
Nik L
2026-03-09 14:29:49 -04:00
parent 479c184459
commit 281eb09111
2 changed files with 0 additions and 16 deletions

View File

@@ -40,22 +40,6 @@ export function Hero() {
file access and network call. file access and network call.
</p> </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 */} {/* Install command */}
<div className="mx-auto max-w-5xl"> <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"> <div className="code-block glow-orange px-4 sm:px-5 py-3.5 flex items-center justify-between gap-3">

Binary file not shown.