From 9da49d925e904449b140087174b76690d54a3a17 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:08:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71cc7de..5b207d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Daily Focus", description: "AI-driven suggestions for your daily workflow, focusing on what matters most.", bentoComponent: "3d-task-list", title: "Daily Tasks", items: [ + title: "Daily Tasks", description: "AI-driven suggestions for your daily workflow, focusing on what matters most.", bentoComponent: "3d-task-list", items: [ { icon: Calendar, label: "Review Q3 Strategy", time: "09:00" }, { icon: Mail, label: "Client Follow-up", time: "11:30" }, { icon: Code, label: "Sprint Planning", time: "14:00" } -- 2.49.1