diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 0c3096b..6dc9859 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -20,8 +20,7 @@ export default function PricingPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "/pricing" }, { label: "Templates", href: "/templates" }, @@ -29,8 +28,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -38,8 +36,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Contact", href: "/contact" }, @@ -74,44 +71,24 @@ export default function PricingPage() {