diff --git a/surfsense_web/components/homepage/features-bento-grid.tsx b/surfsense_web/components/homepage/features-bento-grid.tsx index d9a5b7428..69eb41da1 100644 --- a/surfsense_web/components/homepage/features-bento-grid.tsx +++ b/surfsense_web/components/homepage/features-bento-grid.tsx @@ -1,4 +1,4 @@ -import { IconFileBroken, IconSparkles, IconTableColumn, IconUsers } from "@tabler/icons-react"; +import { IconMessage, IconMicrophone, IconSearch, IconUsers } from "@tabler/icons-react"; import Image from "next/image"; import React from "react"; import { BentoGrid, BentoGridItem } from "@/components/ui/bento-grid"; @@ -420,7 +420,7 @@ const items = [ "Get instant information, detailed updates, and cited answers across company and personal knowledge.", header: , className: "md:col-span-2", - icon: , + icon: , }, { title: "Work Together in Real Time", @@ -436,13 +436,13 @@ const items = [ "Create podcasts and multimedia your team can comment on, share, and refine together.", header: , className: "md:col-span-1", - icon: , + icon: , }, { title: "Context Where It Counts", description: "Add comments directly to your chats and docs for clear, in-the-moment feedback.", header: , className: "md:col-span-2", - icon: , + icon: , }, ];