diff --git a/frontend/src/routes/index.tsx b/frontend/src/routes/index.tsx
index d8f0b96ff..f6368d7b2 100644
--- a/frontend/src/routes/index.tsx
+++ b/frontend/src/routes/index.tsx
@@ -13,6 +13,8 @@ import { VerificationModal } from "@/components/VerificationModal";
import { TopNav } from "@/components/TopNav";
import { Marketing } from "@/components/Marketing";
import { Footer } from "@/components/Footer";
+import { AlertCircle } from "lucide-react";
+import { Alert, AlertDescription } from "@/components/ui/alert";
const homeVariants = cva("grid h-full w-full overflow-hidden", {
variants: {
@@ -95,6 +97,13 @@ function Index() {
Private AI Chat
+