From b6312e5c3225dde3adb784b9cd2ea6137c792694 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 20:56:54 +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 58a89e1..827051e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,7 +144,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "What is your process?", content: "We follow a collaborative approach from discovery to final delivery." }, + { id: "f1", title: "What is your process?", content: "We initiate every engagement with a comprehensive discovery phase, where we deep-dive into your business goals, target audience, and market landscape to ensure every design choice is rooted in data and strategy. This thorough foundation allows us to craft tailored solutions that build genuine trust and long-term brand success." }, { id: "f2", title: "Do you work remotely?", content: "Yes, we work with clients worldwide." }, { id: "f3", title: "How long do projects take?", content: "Timelines depend on project complexity but we always aim for efficiency." }, ]} @@ -192,4 +192,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}