From ee497d8c6cb9bf7c0938299d17daeab32f990555 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:51:49 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6dfc93e..03584f1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -59,8 +59,7 @@ export default function ContactPage() { logoText="AgentDeploy" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/security" }, @@ -68,8 +67,7 @@ export default function ContactPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -77,8 +75,7 @@ export default function ContactPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "https://docs.example.com" }, { label: "Guides", href: "/guides" }, { label: "Community", href: "https://community.example.com" }, @@ -86,8 +83,7 @@ export default function ContactPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Terms of Service", href: "/terms" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Cookie Policy", href: "/cookies" },