1 Commits

Author SHA1 Message Date
0544f2b5b9 Update src/app/page.tsx 2026-04-27 19:15:17 +00:00

View File

@@ -221,7 +221,7 @@ export default function WebAgency2Page() {
useInvertedBackground={false} useInvertedBackground={false}
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ 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: "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: "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." }, { 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() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }