From 2d6f5f375a405fadac67c49df0a0878209f5c4b0 Mon Sep 17 00:00:00 2001 From: ErkiKadhafi Date: Tue, 14 Jan 2025 23:47:07 +0700 Subject: [PATCH] remove footer links --- src/lib/config.tsx | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/lib/config.tsx b/src/lib/config.tsx index ac2e374..3129d12 100644 --- a/src/lib/config.tsx +++ b/src/lib/config.tsx @@ -201,26 +201,26 @@ export const siteConfig = { title: "Product", links: [ { href: "#", text: "Features", icon: null }, - { href: "#", text: "Pricing", icon: null }, + // { href: "#", text: "Pricing", icon: null }, { href: "#", text: "Documentation", icon: null }, { href: "#", text: "API", icon: null }, ], }, - { - title: "Company", - links: [ - { href: "#", text: "About Us", icon: null }, - { href: "#", text: "Careers", icon: null }, - { href: "#", text: "Blog", icon: null }, - { href: "#", text: "Press", icon: null }, - { href: "#", text: "Partners", icon: null }, - ], - }, + // { + // title: "Company", + // links: [ + // { href: "#", text: "About Us", icon: null }, + // { href: "#", text: "Careers", icon: null }, + // { href: "#", text: "Blog", icon: null }, + // { href: "#", text: "Press", icon: null }, + // { href: "#", text: "Partners", icon: null }, + // ], + // }, { title: "Resources", links: [ - { href: "#", text: "Community", icon: null }, - { href: "#", text: "Contact", icon: null }, + // { href: "#", text: "Community", icon: null }, + // { href: "#", text: "Contact", icon: null }, { href: "#", text: "Support", icon: null }, { href: "#", text: "Status", icon: null }, ], @@ -233,16 +233,16 @@ export const siteConfig = { text: "Twitter", icon: , }, - { - href: "#", - text: "Instagram", - icon: , - }, - { - href: "#", - text: "Youtube", - icon: , - }, + // { + // href: "#", + // text: "Instagram", + // icon: , + // }, + // { + // href: "#", + // text: "Youtube", + // icon: , + // }, ], }, ],