Skip to content

Commit 937940e

Browse files
committed
Change hero CTA button text from "Start free" to "Start now"
Updates both hero and bottom CTA section buttons on the landing page to use "Start now" instead of "Start free" for clearer call-to-action.
1 parent 990d7c4 commit 937940e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function IndexPage() {
6060
{/* Hero CTA Buttons */}
6161
<div className={styles.heroCtaButtons}>
6262
<a href={signInUrl} className={styles.ctaPrimary}>
63-
Start free
63+
Start now
6464
</a>
6565
<a href="/contact" className={styles.ctaSecondary}>
6666
Talk to us
@@ -239,7 +239,7 @@ function IndexPage() {
239239
</h2>
240240
<div className={styles.ctaButtons}>
241241
<a href={signInUrl} className={styles.ctaPrimary}>
242-
Start free
242+
Start now
243243
</a>
244244
<a href="/contact" className={styles.ctaSecondary}>
245245
Talk to us

0 commit comments

Comments
 (0)