mirror of https://github.com/kortix-ai/suna.git
update: cta text
This commit is contained in:
parent
49e0f2ea8c
commit
3db461b2b7
|
@ -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
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
|
@ -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
|
||||
</Link>
|
||||
)}
|
||||
<div className="flex justify-between">
|
||||
|
|
|
@ -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 = '';
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue