From 4260c3a9ec9efb965bf60b1c80775b409f310b4b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 23:47:51 +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 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 -- 2.49.1