diff options
| author | MohamedBassem <me@mbassem.com> | 2024-07-06 23:23:42 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-07-06 23:23:42 +0000 |
| commit | 6a8d839d7bc8be65fd99f2e6c65bcc073977a10b (patch) | |
| tree | c40b3e0ef1a878d92d3719052511f3dce883ec8b /apps/landing/app | |
| parent | d7fff89159bd284cde0919391543261ec707c9ef (diff) | |
| download | karakeep-6a8d839d7bc8be65fd99f2e6c65bcc073977a10b.tar.zst | |
landing: update landing page to include bulk actions
Diffstat (limited to 'apps/landing/app')
| -rw-r--r-- | apps/landing/app/page.tsx | 10 |
1 files changed, 8 insertions, 2 deletions
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, @@ -80,9 +81,14 @@ const featuresList = [ 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.", }, ]; |
