From 6a67ccadc07c23a471b1002b3cc142ae12fa7e67 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:18:06 +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 109f211..c4b8c9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function WebAgency2Page() { useInvertedBackground={true} faqsAnimation="slide-up" faqs={[ - { id: "f1", title: "How do we scale your products?", content: "Our architecture relies on modular components, ensuring your digital footprint grows without friction." }, + { id: "f1", title: "How do we scale your products?", content: "We leverage modular architecture to ensure future-proof growth." }, { id: "f2", title: "What is your engagement model?", content: "We operate on a results-based framework, focusing on high-impact deliverables rather than administrative hours." }, { id: "f3", title: "Do you handle maintenance?", content: "Yes, we provide ongoing architectural surveillance to ensure peak security and efficiency." }, { id: "f4", title: "How do you manage legacy migrations?", content: "We execute staged migrations that preserve data integrity while modernizing the interface completely." },