remove footer links

This commit is contained in:
ErkiKadhafi 2025-01-14 23:47:07 +07:00
parent a081a8f853
commit 2d6f5f375a

View File

@ -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: <FaTwitter />,
},
{
href: "#",
text: "Instagram",
icon: <RiInstagramFill />,
},
{
href: "#",
text: "Youtube",
icon: <FaYoutube />,
},
// {
// href: "#",
// text: "Instagram",
// icon: <RiInstagramFill />,
// },
// {
// href: "#",
// text: "Youtube",
// icon: <FaYoutube />,
// },
],
},
],