From 5c8a0b911b6ea73b0929dbbd25ff6f38c4d729dc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:03:36 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 79 +++++++++------------------------------- 1 file changed, 17 insertions(+), 62 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 67ce5d5..b5d406d 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -18,8 +18,7 @@ export default function PricingPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "#" }, @@ -27,8 +26,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -36,8 +34,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -53,7 +50,7 @@ export default function PricingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -67,71 +64,31 @@ export default function PricingPage() { @@ -204,7 +159,7 @@ export default function PricingPage() {