diff --git a/components/landingpage/FAQ.tsx b/components/landingpage/FAQ.tsx
new file mode 100644
index 0000000..970c24d
--- /dev/null
+++ b/components/landingpage/FAQ.tsx
@@ -0,0 +1,26 @@
+export default function FAQ() {
+ const faqs = [
+ { q: 'Is Void free and open source?', a: 'Yes. Void is an open source project with a permissive license.' },
+ { q: 'Can I use any LLM provider?', a: 'Yes. You can connect to private and frontier providers, or any OpenAI-compatible endpoint.' },
+ { q: 'Does Void collect my code or prompts?', a: 'No. You can self-host or connect directly. We don\'t proxy by default.' },
+ ]
+
+ return (
+
+ FAQ
+
+
+ {f.q}
+ +
+
+
+
+