diff --git a/.gitignore b/.gitignore
index 12f71d3..6bdbf1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ out/
.DS_Store
*.tsbuildinfo
next-env.d.ts
+.vercel
diff --git a/components/hero.tsx b/components/hero.tsx
index f9b1383..2f857ca 100644
--- a/components/hero.tsx
+++ b/components/hero.tsx
@@ -42,9 +42,25 @@ export function Hero() {
OS-native, default-deny sandboxing with real-time visibility into every
- file access and network call. No containers. One command.
+ file access and network call.
+ {/* Demo video */}
+
+
{/* Install command */}
@@ -65,38 +81,6 @@ export function Hero() {
-
- {/* Quick proof */}
-
-
-
- Kernel-enforced isolation
-
-
-
- $
- greywall -- cat ~/.ssh/id_ed25519
-
-
- cat: /home/user/.ssh/id_ed25519: Operation not permitted
-
-
- $
- greywall -- curl https://exfil.attacker.com
-
-
- curl: (7) Failed to connect: Connection refused
-
-
- $
- greywall -- ls ./my-project/
-
-
- src/ package.json README.md tsconfig.json
-
-
-
-
)
diff --git a/public/videos/demo.mp4 b/public/videos/demo.mp4
new file mode 100644
index 0000000..bcdd35e
Binary files /dev/null and b/public/videos/demo.mp4 differ