Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-24 20:56:57 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}