diff --git a/apps/web/app/(dash)/home/page.tsx b/apps/web/app/(dash)/home/page.tsx index 7ef8e65d..bb48ef15 100644 --- a/apps/web/app/(dash)/home/page.tsx +++ b/apps/web/app/(dash)/home/page.tsx @@ -8,6 +8,7 @@ import { createChatThread, linkTelegramToUser } from "@/app/actions/doers"; import { toast } from "sonner"; import { motion } from "framer-motion"; import { variants } from "./homeVariants"; +import { ChromeIcon, GithubIcon, TwitterIcon } from "lucide-react"; const slap = { initial: { @@ -129,6 +130,38 @@ function Page({ setInitialSpaces={setSpaces} /> + +