diff --git a/documentation/src/components/banner/banner-random.tsx b/documentation/src/components/banner/banner-random.tsx index eed9a4352cd17..f1cd90f41da56 100644 --- a/documentation/src/components/banner/banner-random.tsx +++ b/documentation/src/components/banner/banner-random.tsx @@ -13,7 +13,7 @@ const data = [ href: "https://s.refine.dev/banner-with-image?ref=refine-ai-banner", }, button: { - text: "Join the waitlist", + text: "Start for free", href: "https://s.refine.dev/banner-join-waitlist?ref=banner-refine-ai-banner", }, bannerName: "banner-refine-ai", diff --git a/documentation/src/refine-theme/ai-landing-join-the-waitlist-cta.tsx b/documentation/src/refine-theme/ai-landing-join-the-waitlist-cta.tsx index f451f1fab63de..4954f1e33b0cf 100644 --- a/documentation/src/refine-theme/ai-landing-join-the-waitlist-cta.tsx +++ b/documentation/src/refine-theme/ai-landing-join-the-waitlist-cta.tsx @@ -27,7 +27,7 @@ export const JoinWaitlist = ({ className }: { className?: string }) => { "text-base", )} > - Join the waitlist + Start for free );