diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 323ddb1..944b976 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,14 +11,12 @@ export default function ContactPage() { { name: "Browse", id: "products" }, { name: "Sell", id: "how-to-sell" }, { name: "Categories", id: "categories" }, - { name: "NFTs", id: "nfts" }, { name: "About", id: "about" }, ]; const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Browse Auctions", href: "/browse" }, { label: "Become a Seller", href: "/seller" }, { label: "Categories", href: "#categories" }, @@ -26,8 +24,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -35,8 +32,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Seller Guide", href: "/seller-guide" }, { label: "Buyer Tips", href: "/buyer-tips" }, { label: "Privacy Policy", href: "#" }, @@ -70,41 +66,23 @@ export default function ContactPage() {