From e842c5a7ac3f12af2fcd82eaa06914041647756e Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Fri, 19 Dec 2025 13:31:01 +0000 Subject: feat(landing): remove waitlist link. fixes #2270 --- apps/landing/src/Pricing.tsx | 8 ++++---- apps/landing/src/constants.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'apps') diff --git a/apps/landing/src/Pricing.tsx b/apps/landing/src/Pricing.tsx index 9240ba76..af5a5cb6 100644 --- a/apps/landing/src/Pricing.tsx +++ b/apps/landing/src/Pricing.tsx @@ -2,7 +2,7 @@ import { buttonVariants } from "@/components/ui/button"; import { cn } from "@/lib/utils"; import { Check, ExternalLink } from "lucide-react"; -import { DOCS_LINK, GITHUB_LINK, WAITLIST_LINK } from "./constants"; +import { CLOUD_SIGNUP_LINK, DOCS_LINK, GITHUB_LINK } from "./constants"; import NavBar from "./Navbar"; const pricingTiers = [ @@ -17,7 +17,7 @@ const pricingTiers = [ "Mobile & web apps", "Browser extensions", ], - buttonText: "Join Waitlist", + buttonText: "Get Started", buttonVariant: "outline" as const, popular: false, }, @@ -34,7 +34,7 @@ const pricingTiers = [ "Mobile & web apps", "Browser extensions", ], - buttonText: "Join Waitlist", + buttonText: "Get Started", buttonVariant: "default" as const, popular: true, }, @@ -121,7 +121,7 @@ function PricingCards() { ) : (