From 1ddcbc754bdd86331fbab1c35b960018b7b88530 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:49:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e273be..c5f49c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -242,6 +242,8 @@ export default function LandingPage() { id: "q2", title: "Do I need technical skills?", content: "No, our systems are built for creators and entrepreneurs, not developers."}, { id: "q3", title: "Is my data secure?", content: "We prioritize enterprise-grade security for all our automation workflows."}, + { + id: "q4", title: "What are the ROI expectations and implementation timeline?", content: "Most clients see initial workflow efficiencies within 2-4 weeks, with full ROI realization typically achieved within 3 months of implementation."}, ]} title="Frequently Asked Questions" description="Common questions about our AI automation solutions." -- 2.49.1