From 55a2c16a7f3b66cbfe5b55cb85ead3445069f08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Sun, 22 Feb 2026 17:20:08 +0300 Subject: [PATCH] fix(landing): replace pricing CTA with user-appropriate action text - change hosted plan CTA from 'Deploy on Cloud' to contextual copy - show 'Start Now' for new users and 'Go to Dashboard' for logged-in users --- components/LandingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/LandingPage.tsx b/components/LandingPage.tsx index 64421f7..c7c5a79 100644 --- a/components/LandingPage.tsx +++ b/components/LandingPage.tsx @@ -893,7 +893,7 @@ export function LandingPage({ isLoggedIn }: LandingPageProps) { > - Deploy on Cloud + {isLoggedIn ? 'Go to Dashboard' : 'Start Now'}