Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-03 10:17:17 +00:00
parent f9cd75a902
commit f13cd92469

View File

@@ -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" },