From 44f015a8ce3f8c794d8b3f7f6458e9c30f2dd3af Mon Sep 17 00:00:00 2001 From: ashim-hq Date: Thu, 23 Apr 2026 18:24:01 +0800 Subject: [PATCH] fix: remove artificial limits from Pipelines description, now unlimited --- apps/landing/src/components/three-ways.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/landing/src/components/three-ways.tsx b/apps/landing/src/components/three-ways.tsx index e8ec455c..9cc7ec15 100644 --- a/apps/landing/src/components/three-ways.tsx +++ b/apps/landing/src/components/three-ways.tsx @@ -18,7 +18,7 @@ const ways = [ { title: "Pipelines", description: - "Chain up to 20 tools in sequence. Batch process up to 200 images at once. Automate your image workflows.", + "Chain multiple tools in sequence. Batch process unlimited images at once. Automate your entire image workflow.", icon: Workflow, }, ];