diff --git a/src/app/page.tsx b/src/app/page.tsx index 9272e67..a9dd0d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 contact form 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() { ); -} +} \ No newline at end of file