Update src/app/pricing/page.tsx
This commit is contained in:
@@ -51,62 +51,30 @@ export default function PricingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
price: "Free",
|
||||
name: "Starter",
|
||||
buttons: [
|
||||
id: "starter", price: "Free", name: "Starter", buttons: [
|
||||
{ text: "Get Started", href: "https://app.example.com/signup" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"1 AI Agent",
|
||||
"Up to 1,000 conversations/month",
|
||||
"Basic analytics",
|
||||
"Email support",
|
||||
"Standard integrations",
|
||||
],
|
||||
"1 AI Agent", "Up to 1,000 conversations/month", "Basic analytics", "Email support", "Standard integrations"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$499/month",
|
||||
name: "Professional",
|
||||
buttons: [
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$499/month", name: "Professional", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "https://app.example.com/trial",
|
||||
},
|
||||
text: "Start Free Trial", href: "https://app.example.com/trial"},
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"Up to 5 AI Agents",
|
||||
"Up to 50,000 conversations/month",
|
||||
"Advanced analytics & reporting",
|
||||
"Priority support",
|
||||
"50+ integrations",
|
||||
"Custom training data",
|
||||
"Performance optimization",
|
||||
],
|
||||
"Up to 5 AI Agents", "Up to 50,000 conversations/month", "Advanced analytics & reporting", "Priority support", "50+ integrations", "Custom training data", "Performance optimization"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "Custom",
|
||||
name: "Enterprise",
|
||||
buttons: [
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
{ text: "Schedule Demo", href: "/contact" },
|
||||
{ text: "Talk to Sales", href: "mailto:sales@aiassist.io" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited AI Agents",
|
||||
"Unlimited conversations",
|
||||
"Custom analytics & dashboards",
|
||||
"24/7 dedicated support",
|
||||
"100+ integrations + custom APIs",
|
||||
"Advanced security & compliance",
|
||||
"SLA guarantees",
|
||||
"On-premise deployment options",
|
||||
],
|
||||
"Unlimited AI Agents", "Unlimited conversations", "Custom analytics & dashboards", "24/7 dedicated support", "100+ integrations + custom APIs", "Advanced security & compliance", "SLA guarantees", "On-premise deployment options"],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -122,9 +90,7 @@ export default function PricingPage() {
|
||||
description="Start with a free account and upgrade anytime. No credit card required. All plans include a 14-day free trial of premium features."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "https://app.example.com/trial",
|
||||
},
|
||||
text: "Start Free Trial", href: "https://app.example.com/trial"},
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -138,8 +104,7 @@ export default function PricingPage() {
|
||||
logoText="AIAssist"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "/security" },
|
||||
@@ -147,8 +112,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -156,20 +120,16 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "https://docs.aiassist.io",
|
||||
},
|
||||
label: "Documentation", href: "https://docs.aiassist.io"},
|
||||
{ label: "Integrations", href: "/integrations" },
|
||||
{ label: "Templates", href: "/templates" },
|
||||
{ label: "Support", href: "/support" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
|
||||
Reference in New Issue
Block a user