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" }