From 0544f2b5b9ca426275400391f4e0f6a7e4c168dc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:15:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c6dcbb..6f45cdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -221,7 +221,7 @@ export default function WebAgency2Page() { useInvertedBackground={false} faqsAnimation="slide-up" faqs={[ - { id: "f1", title: "What is your methodology?", content: "We employ a modular sprint-based methodology that prioritizes high-fidelity outcomes, rapid testing, and iterative improvement cycles." }, + { id: "f1", title: "What is your methodology?", content: "We use a sprint-based approach that delivers faster results through clear, focused goals and consistent client feedback." }, { id: "f2", title: "Can you handle legacy migrations?", content: "We specialize in seamless infrastructure migrations, ensuring full data integrity and zero-downtime cutover transitions." }, { id: "f3", title: "How do you manage security?", content: "Our stacks are built with enterprise-grade security protocols, including end-to-end encryption and regular automated vulnerability auditing." }, { id: "f4", title: "What is the ideal partnership engagement?", content: "We work best with companies seeking a long-term technical partner rather than a transactional vendor. We embed into your goals to scale growth." }, @@ -273,4 +273,4 @@ export default function WebAgency2Page() { ); -} +} \ No newline at end of file -- 2.49.1