From 3aaa7383b2e438e226a3850cdcf04e764023461b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:27:36 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 58 +++++++++++++--------------------------- 1 file changed, 18 insertions(+), 40 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cd9974c..768b78e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,8 +16,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Platform", href: "/platform" }, { label: "Features", href: "#features" }, { label: "Pricing", href: "/pricing" }, @@ -25,8 +24,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -34,8 +32,7 @@ const footerColumns = [ ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "https://help.jettone.io" }, { label: "Contact", href: "/contact" }, { label: "Community", href: "https://community.jettone.io" }, @@ -43,8 +40,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -52,8 +48,7 @@ const footerColumns = [ ], }, { - title: "Social", - items: [ + title: "Social", items: [ { label: "Twitter", href: "https://twitter.com/jettone" }, { label: "LinkedIn", href: "https://linkedin.com/company/jettone" }, { label: "GitHub", href: "https://github.com/jettone" }, @@ -89,47 +84,30 @@ export default function ContactPage() { -- 2.49.1