diff --git a/apps/web/src/components/landing/hero.tsx b/apps/web/src/components/landing/hero.tsx
index 8821cb7..e5f0b86 100644
--- a/apps/web/src/components/landing/hero.tsx
+++ b/apps/web/src/components/landing/hero.tsx
@@ -2,6 +2,7 @@
import { motion } from "motion/react";
import { Button } from "../ui/button";
+import { Input } from "../ui/input";
import { ArrowRight } from "lucide-react";
import Link from "next/link";
@@ -44,12 +45,18 @@ export function Hero() {
animate={{ opacity: 1 }}
transition={{ delay: 0.6, duration: 0.8 }}
>
-
-