Skip to content

Commit b3eebcc

Browse files
feat: replace beta signup CTA with GA-ready language
Change hero button from "Join Open Beta" to "Get Started" as the product moves from beta to general availability.
1 parent 346b8bc commit b3eebcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
disabled={heroLoading}
284284
/>
285285
<button type="submit" class="btn btn-primary btn-lg" disabled={heroLoading}>
286-
{heroLoading ? 'Sending…' : 'Join Open Beta'}
286+
{heroLoading ? 'Sending…' : 'Get Started'}
287287
</button>
288288
</form>
289289
{#if heroError}

0 commit comments

Comments
 (0)