Skip to content

Commit bc49340

Browse files
refactor: update call-to-action text from for ai (#6800)
1 parent 70481c7 commit bc49340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/src/components/banner/banner-random.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const data = [
1313
href: "https://s.refine.dev/banner-with-image?ref=refine-ai-banner",
1414
},
1515
button: {
16-
text: "Join the waitlist",
16+
text: "Start for free",
1717
href: "https://s.refine.dev/banner-join-waitlist?ref=banner-refine-ai-banner",
1818
},
1919
bannerName: "banner-refine-ai",

documentation/src/refine-theme/ai-landing-join-the-waitlist-cta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const JoinWaitlist = ({ className }: { className?: string }) => {
2727
"text-base",
2828
)}
2929
>
30-
Join the waitlist
30+
Start for free
3131
</a>
3232
</div>
3333
);

0 commit comments

Comments
 (0)