Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9ab5e89db | |||
| 4260c3a9ec | |||
| 39b6eb94b4 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user