{post.data.title}
+{post.data.description}
+
+
+
+ );
+}
diff --git a/website/src/components/Footer.astro b/website/src/components/Footer.astro
new file mode 100644
index 00000000..bbb668c2
--- /dev/null
+++ b/website/src/components/Footer.astro
@@ -0,0 +1,40 @@
+---
+import { GITHUB_REPO_URL } from '@/consts';
+import { ArrowUpRight } from 'lucide-react';
+
+const navLinks = [
+ { href: '/', label: 'Home' },
+ { href: '/docs', label: 'Docs' },
+ { href: '/blog', label: 'Blog' },
+ { href: '/privacy', label: 'Privacy' },
+ { href: GITHUB_REPO_URL, label: 'GitHub', external: true },
+];
+
+type Props = {
+ class?: string;
+};
+const { class: className } = Astro.props;
+---
+
+
diff --git a/website/src/components/FooterEasterEgg.astro b/website/src/components/FooterEasterEgg.astro
new file mode 100644
index 00000000..6b2c93ca
--- /dev/null
+++ b/website/src/components/FooterEasterEgg.astro
@@ -0,0 +1,13 @@
+
+Video.js
+{post.data.description}
+
+
+