Update src/app/pricing/page.tsx
This commit is contained in:
@@ -61,8 +61,7 @@ export default function PricingPage() {
|
||||
{
|
||||
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: [
|
||||
@@ -89,8 +88,7 @@ export default function PricingPage() {
|
||||
title="Choose Your Plan Today"
|
||||
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"
|
||||
@@ -121,8 +119,7 @@ export default function PricingPage() {
|
||||
},
|
||||
{
|
||||
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" },
|
||||
|
||||
Reference in New Issue
Block a user