aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-07-06 23:23:42 +0000
committerMohamedBassem <me@mbassem.com>2024-07-06 23:23:42 +0000
commit6a8d839d7bc8be65fd99f2e6c65bcc073977a10b (patch)
treec40b3e0ef1a878d92d3719052511f3dce883ec8b /apps
parentd7fff89159bd284cde0919391543261ec707c9ef (diff)
downloadkarakeep-6a8d839d7bc8be65fd99f2e6c65bcc073977a10b.tar.zst
landing: update landing page to include bulk actions
Diffstat (limited to 'apps')
-rw-r--r--apps/landing/app/page.tsx10
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.",
},
];