From d1dcdc2f50df77b19ea6e3504dc78027c099a939 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 5 Oct 2025 14:16:25 -0400 Subject: [PATCH] feat: add 'Gentle Nudges' feature with customizable reminders in FeaturesSection --- src/views/Landing/FeaturesSection.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/Landing/FeaturesSection.jsx b/src/views/Landing/FeaturesSection.jsx index 182fe31..164faff 100644 --- a/src/views/Landing/FeaturesSection.jsx +++ b/src/views/Landing/FeaturesSection.jsx @@ -7,6 +7,7 @@ import { EmojiEvents, Groups, Notifications, + NotificationsActive, Psychology, Schedule, Security, @@ -61,6 +62,12 @@ const FeaturesSection = () => { description: 'Track work sessions with a timer, review detailed logs, and analyze productivity patterns for every task.', }, + { + icon: , + title: 'Gentle Nudges', + description: + 'Manually send friendly reminders to assignees about pending tasks. Customize messages and choose who gets notified.', + }, { icon: , title: 'Advanced Organization', @@ -85,6 +92,7 @@ const FeaturesSection = () => { description: 'Get timely reminders via Donetick app or other way like Telegram, push, or webhooks.', }, + { icon: , title: 'Seamless Integrations',