diff --git a/apps/web/app/(landing)/FeatureCardContent.tsx b/apps/web/app/(landing)/FeatureCardContent.tsx
index 3eeb59db..a7d90a88 100644
--- a/apps/web/app/(landing)/FeatureCardContent.tsx
+++ b/apps/web/app/(landing)/FeatureCardContent.tsx
@@ -1,127 +1,61 @@
+import { Twitter } from "@repo/ui/components/icons";
import { GlareCard } from "./CardPatterns/Glare";
import React from "react";
+import { MessageCircle, Search } from "lucide-react";
export default function FUIFeatureSectionWithCards() {
const features = [
+ {
+ icon: ,
+ title: "Twitter Bookmarks",
+ desc: "Use all the knowledge you've saved on Twitter to train your own supermemory..",
+ },
+ {
+ icon: ,
+ title: "Powerful search",
+ desc: "Look up anything you've saved in your supermemory, and get the information you need in seconds.",
+ },
+ {
+ icon: ,
+ title: "Chat with collections",
+ desc: "Use collections to talk to specific knowledgebases like 'My twitter bookmarks', or 'Learning web development'",
+ },
{
icon: (
-