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() {