From d806bcbf1cca7cf0ad565fd5112fc77efdf97cba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:29:40 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 83 +++++++++------------------------------- 1 file changed, 18 insertions(+), 65 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index bd66a5c..93499df 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -17,8 +17,7 @@ const PricingPage = () => { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "#" }, @@ -26,8 +25,7 @@ const PricingPage = () => { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -35,8 +33,7 @@ const PricingPage = () => { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Case Studies", href: "#" }, @@ -44,8 +41,7 @@ const PricingPage = () => { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -72,9 +68,7 @@ const PricingPage = () => { navItems={navItems} brandName="AI Client Finder" button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} animateOnLoad={true} /> @@ -83,74 +77,33 @@ const PricingPage = () => { { textboxLayout="split" useInvertedBackground={false} containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl font-bold mb-4" + textBoxTitleClassName="text-4xl font-bold mb-4" />