diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 77e0bb3..5fc5ae8 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -10,8 +10,7 @@ import { DollarSign, Sparkles } from "lucide-react"; export default function PricingPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/features" }, @@ -19,8 +18,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "#" }, @@ -28,8 +26,7 @@ export default function PricingPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Community", href: "#" }, @@ -37,8 +34,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" }, @@ -71,9 +67,7 @@ export default function PricingPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -81,70 +75,23 @@ export default function PricingPage() {