Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-19 23:47:53 +00:00

View File

@@ -145,7 +145,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "How do I get started?", content: "Simply contact our team and we'll walk you through the onboarding process." },
{ id: "q1", title: "How do I get started?", content: "Ready to transform your workflow? Click here to fill out our <a href='#contact' style='text-decoration:underline; font-weight:bold;'>contact form</a> and our team will get you up and running immediately." },
{ id: "q2", title: "Is No Roles suitable for my team?", content: "Yes, our platform is designed to scale with teams of all sizes and industries." },
{ id: "q3", title: "Do you offer support?", content: "Absolutely. We provide dedicated support for every step of your journey." },
]}
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}