From 6a8d839d7bc8be65fd99f2e6c65bcc073977a10b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 6 Jul 2024 23:23:42 +0000 Subject: landing: update landing page to include bulk actions --- apps/landing/app/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'apps/landing') diff --git a/apps/landing/app/page.tsx b/apps/landing/app/page.tsx index 0f0a22c5..b2c9b414 100644 --- a/apps/landing/app/page.tsx +++ b/apps/landing/app/page.tsx @@ -12,6 +12,7 @@ import { ArrowDownNarrowWide, Bookmark, BrainCircuit, + CheckCheck, Github, Server, SunMoon, @@ -50,7 +51,7 @@ const featuresList = [ { icon: Bookmark, title: "Bookmark", - description: "Bookmark links, take simple notes and store images.", + description: "Bookmark links, take simple notes and store images and pdfs.", }, { icon: BrainCircuit, @@ -79,10 +80,15 @@ const featuresList = [ title: "Self Hosting", description: "Easy self hosting with docker for privacy and control.", }, + { + icon: CheckCheck, + title: "Bulk Actions", + description: "Quickly manage your bookmarks with bulk actions.", + }, { icon: SunMoon, title: "Dark Mode", - description: "Hoarder supports dark mode for better reading experience", + description: "Hoarder supports dark mode for better reading experience.", }, ]; -- cgit v1.2.3-70-g09d2