From c325b80a06faba05e3164795a421d43c5d32f0d6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:56:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ce509d..10ae423 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,7 +150,8 @@ export default function LandingPage() { faqs={[ { id: "1", title: "How many agents can JARVIS support?", content: "JARVIS is designed to scale horizontally and reliably manages up to 50 concurrent agents in a single orchestration cluster." }, { id: "2", title: "Is communication secure?", content: "Yes, we implement end-to-end encryption for all agent-manager and subagent communication channels." }, - { id: "3", title: "Can I replay past tasks?", content: "Our system includes built-in conversation replay features, allowing you to debug and inspect every step of an agent's logic." } + { id: "3", title: "Can I replay past tasks?", content: "Our system includes built-in conversation replay features, allowing you to debug and inspect every step of an agent's logic." }, + { id: "4", title: "Does JARVIS integrate with existing CI/CD?", content: "Yes, JARVIS offers native plugins for major CI/CD pipelines, allowing you to trigger agent deployments and testing as part of your standard automated release workflow." } ]} sideTitle="Questions & Answers" faqsAnimation="blur-reveal" -- 2.49.1