Merge pull request #290 from rishimohan/cta-wordsmitthing

update: signup cta text
This commit is contained in:
Marko Kraemer 2025-05-12 23:14:18 +02:00 committed by GitHub
commit ebe6cdd5cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -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]" 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" href="/auth"
> >
Hire Suna Signup
</Link> </Link>
)} )}
</div> </div>
@ -273,7 +273,7 @@ export function Navbar() {
href="/auth" 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" 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
</Link> </Link>
)} )}
<div className="flex justify-between"> <div className="flex justify-between">

View File

@ -365,7 +365,7 @@ function PricingTier({
: currentSubscription?.scheduled_price_id === tierPriceId); : currentSubscription?.scheduled_price_id === tierPriceId);
const isPlanLoading = isLoading[tierPriceId]; const isPlanLoading = isLoading[tierPriceId];
let buttonText = isAuthenticated ? 'Select Plan' : 'Hire Suna'; let buttonText = isAuthenticated ? 'Select Plan' : 'Try Free';
let buttonDisabled = isPlanLoading; let buttonDisabled = isPlanLoading;
let buttonVariant: ButtonVariant = null; let buttonVariant: ButtonVariant = null;
let ringClass = ''; let ringClass = '';

View File

@ -51,7 +51,7 @@ export interface PricingTier {
export const siteConfig = { export const siteConfig = {
name: 'Kortix Suna', name: 'Kortix Suna',
description: 'The Generalist AI Agent that can act on your behalf.', 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', url: process.env.NEXT_PUBLIC_APP_URL || 'http://localhost:3000',
keywords: ['AI Agent', 'Generalist AI', 'Open Source AI', 'Autonomous Agent'], keywords: ['AI Agent', 'Generalist AI', 'Open Source AI', 'Autonomous Agent'],
links: { links: {
@ -108,7 +108,7 @@ export const siteConfig = {
name: 'Free', name: 'Free',
price: '$0', price: '$0',
description: 'Get started with', description: 'Get started with',
buttonText: 'Hire Suna', buttonText: 'Try Free',
buttonColor: 'bg-secondary text-white', buttonColor: 'bg-secondary text-white',
isPopular: false, isPopular: false,
hours: '60 min', hours: '60 min',
@ -120,7 +120,7 @@ export const siteConfig = {
name: 'Pro', name: 'Pro',
price: '$20', price: '$20',
description: 'Everything in Free, plus:', description: 'Everything in Free, plus:',
buttonText: 'Hire Suna', buttonText: 'Try Free',
buttonColor: 'bg-primary text-white dark:text-black', buttonColor: 'bg-primary text-white dark:text-black',
isPopular: true, isPopular: true,
hours: '2 hours', hours: '2 hours',
@ -136,7 +136,7 @@ export const siteConfig = {
name: 'Custom', name: 'Custom',
price: '$50', price: '$50',
description: 'Everything in Pro, plus:', description: 'Everything in Pro, plus:',
buttonText: 'Hire Suna', buttonText: 'Try Free',
buttonColor: 'bg-secondary text-white', buttonColor: 'bg-secondary text-white',
isPopular: false, isPopular: false,
hours: '6 hours', hours: '6 hours',
@ -1103,7 +1103,7 @@ export const siteConfig = {
title: 'Start Using Kortix Suna Today', title: 'Start Using Kortix Suna Today',
backgroundImage: '/holo.png', backgroundImage: '/holo.png',
button: { button: {
text: 'Hire Suna today', text: 'Get Started for free',
href: '/auth', href: '/auth',
}, },
subtext: 'The generalist AI Agent that acts on your behalf', subtext: 'The generalist AI Agent that acts on your behalf',