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: ,
+ // },
],
},
],