Bob AI: Change the button text from 'Contact Support' to 'Speak to a Founder'.

This commit is contained in:
kudinDmitriyUp
2026-06-22 05:16:47 +00:00
parent 38bb8aedf5
commit a64f2c06bf

View File

@@ -161,7 +161,7 @@ export default function HomePage() {
primaryButton={{
text: "Get Started Now", href: "#"}}
secondaryButton={{
text: "Contact Support", href: "#"}}
text: "Speak to a Founder", href: "#"}}
/>
</SectionErrorBoundary>
</div>