From 8e603d0d4748dbd2132cacf13ad414de3c080454 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 12:19: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 8b25e56..4f1f270 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { placeholder: "Ask anything..." }, { - title: "Automation Workflow", description: "Automate repetitive tasks like booking confirmations, invoicing, and data entry.", bentoComponent: "3d-task-list", title: "Workflow Tasks", items: [ + title: "Automation Workflow", description: "Automate repetitive tasks like booking confirmations, invoicing, and data entry.", bentoComponent: "3d-task-list", items: [ { icon: FileCheck, label: "Process Orders", time: "2min" }, { icon: Receipt, label: "Generate Invoices", time: "1min" }, { icon: Send, label: "Send Confirmations", time: "<1min" }