From f13cd9246932786c8a784dcfa57cc917bd5cb3d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:17:17 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index c29160e..2671ec9 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -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" },