From 3db461b2b7d26e3904387c2ee16bb33f0ad9b8a0 Mon Sep 17 00:00:00 2001 From: Rishi Date: Mon, 12 May 2025 21:01:07 +0200 Subject: [PATCH] update: cta text --- frontend/src/components/home/sections/navbar.tsx | 4 ++-- .../src/components/home/sections/pricing-section.tsx | 2 +- frontend/src/lib/home.tsx | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/home/sections/navbar.tsx b/frontend/src/components/home/sections/navbar.tsx index 91cc1b20..e9ad2c28 100644 --- a/frontend/src/components/home/sections/navbar.tsx +++ b/frontend/src/components/home/sections/navbar.tsx @@ -161,7 +161,7 @@ export function Navbar() { className="bg-secondary h-8 hidden md:flex items-center justify-center text-sm font-normal tracking-wide rounded-full text-primary-foreground dark:text-secondary-foreground w-fit px-4 shadow-[inset_0_1px_2px_rgba(255,255,255,0.25),0_3px_3px_-1.5px_rgba(16,24,40,0.06),0_1px_1px_rgba(16,24,40,0.08)] border border-white/[0.12]" href="/auth" > - Hire Suna + Signup )} @@ -273,7 +273,7 @@ export function Navbar() { href="/auth" className="bg-secondary h-8 flex items-center justify-center text-sm font-normal tracking-wide rounded-full text-primary-foreground dark:text-secondary-foreground w-full px-4 shadow-[inset_0_1px_2px_rgba(255,255,255,0.25),0_3px_3px_-1.5px_rgba(16,24,40,0.06),0_1px_1px_rgba(16,24,40,0.08)] border border-white/[0.12] hover:bg-secondary/80 transition-all ease-out active:scale-95" > - Hire Suna + Signup )}
diff --git a/frontend/src/components/home/sections/pricing-section.tsx b/frontend/src/components/home/sections/pricing-section.tsx index 383aa02f..133ec7a8 100644 --- a/frontend/src/components/home/sections/pricing-section.tsx +++ b/frontend/src/components/home/sections/pricing-section.tsx @@ -365,7 +365,7 @@ function PricingTier({ : currentSubscription?.scheduled_price_id === tierPriceId); const isPlanLoading = isLoading[tierPriceId]; - let buttonText = isAuthenticated ? 'Select Plan' : 'Hire Suna'; + let buttonText = isAuthenticated ? 'Select Plan' : 'Try Free'; let buttonDisabled = isPlanLoading; let buttonVariant: ButtonVariant = null; let ringClass = ''; diff --git a/frontend/src/lib/home.tsx b/frontend/src/lib/home.tsx index 2abcfb82..ef907569 100644 --- a/frontend/src/lib/home.tsx +++ b/frontend/src/lib/home.tsx @@ -51,7 +51,7 @@ export interface PricingTier { export const siteConfig = { name: 'Kortix Suna', description: 'The Generalist AI Agent that can act on your behalf.', - cta: 'Hire Suna', + cta: 'Start Free', url: process.env.NEXT_PUBLIC_APP_URL || 'http://localhost:3000', keywords: ['AI Agent', 'Generalist AI', 'Open Source AI', 'Autonomous Agent'], links: { @@ -108,7 +108,7 @@ export const siteConfig = { name: 'Free', price: '$0', description: 'Get started with', - buttonText: 'Hire Suna', + buttonText: 'Try Free', buttonColor: 'bg-secondary text-white', isPopular: false, hours: '60 min', @@ -120,7 +120,7 @@ export const siteConfig = { name: 'Pro', price: '$20', description: 'Everything in Free, plus:', - buttonText: 'Hire Suna', + buttonText: 'Try Free', buttonColor: 'bg-primary text-white dark:text-black', isPopular: true, hours: '2 hours', @@ -136,7 +136,7 @@ export const siteConfig = { name: 'Custom', price: '$50', description: 'Everything in Pro, plus:', - buttonText: 'Hire Suna', + buttonText: 'Try Free', buttonColor: 'bg-secondary text-white', isPopular: false, hours: '6 hours', @@ -1103,7 +1103,7 @@ export const siteConfig = { title: 'Start Using Kortix Suna Today', backgroundImage: '/holo.png', button: { - text: 'Hire Suna today', + text: 'Get Started for free', href: '/auth', }, subtext: 'The generalist AI Agent that acts on your behalf',