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", title: "Product",
links: [ links: [
{ href: "#", text: "Features", icon: null }, { href: "#", text: "Features", icon: null },
{ href: "#", text: "Pricing", icon: null }, // { href: "#", text: "Pricing", icon: null },
{ href: "#", text: "Documentation", icon: null }, { href: "#", text: "Documentation", icon: null },
{ href: "#", text: "API", icon: null }, { href: "#", text: "API", icon: null },
], ],
}, },
{ // {
title: "Company", // title: "Company",
links: [ // links: [
{ href: "#", text: "About Us", icon: null }, // { href: "#", text: "About Us", icon: null },
{ href: "#", text: "Careers", icon: null }, // { href: "#", text: "Careers", icon: null },
{ href: "#", text: "Blog", icon: null }, // { href: "#", text: "Blog", icon: null },
{ href: "#", text: "Press", icon: null }, // { href: "#", text: "Press", icon: null },
{ href: "#", text: "Partners", icon: null }, // { href: "#", text: "Partners", icon: null },
], // ],
}, // },
{ {
title: "Resources", title: "Resources",
links: [ links: [
{ href: "#", text: "Community", icon: null }, // { href: "#", text: "Community", icon: null },
{ href: "#", text: "Contact", icon: null }, // { href: "#", text: "Contact", icon: null },
{ href: "#", text: "Support", icon: null }, { href: "#", text: "Support", icon: null },
{ href: "#", text: "Status", icon: null }, { href: "#", text: "Status", icon: null },
], ],
@ -233,16 +233,16 @@ export const siteConfig = {
text: "Twitter", text: "Twitter",
icon: <FaTwitter />, icon: <FaTwitter />,
}, },
{ // {
href: "#", // href: "#",
text: "Instagram", // text: "Instagram",
icon: <RiInstagramFill />, // icon: <RiInstagramFill />,
}, // },
{ // {
href: "#", // href: "#",
text: "Youtube", // text: "Youtube",
icon: <FaYoutube />, // icon: <FaYoutube />,
}, // },
], ],
}, },
], ],