Skip to content

Commit

Permalink
footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Aug 1, 2024
1 parent 962eeda commit 5a333d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Footer = () => {
return <FooterItem key={index.toString()} item={item} />;
})}
<div className="flex ml-4 flex-col">
<h4 className=" text-white text-[22px] mb-[49px]">{"Others"}</h4>
<h4 className=" text-white text-[22px] mb-[49px]">{"Connect"}</h4>
<div className="flex relative right-[6px] gap-3 pl-2">
<Link
target="_blank"
Expand Down
25 changes: 14 additions & 11 deletions src/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,18 +195,21 @@ export const footerContents = [
title: "About",
content: [
{ name: "Mission", link: "/about" },
{ name: "How we help", link: "/about" },
{ name: "Who we help", link: "/about" },
// { name: "How we help", link: "/about" },
// { name: "Who we help", link: "/about" },
{ name: "Privacy Policy", link: "/privacy" },
{ name: "Terms of use", link: "/terms" },
{ name: "FAQs", link: "/faq" },
],
},
{
title: "Products",
content: [
{ name: "Web App", link: "https://app.netsepio.com" },
{
name: "Browser Extension",
link: "https://chromewebstore.google.com/detail/netsepio/bbkfclgnbddljhepbfpongcollhocghd",
},
{ name: "Webapp", link: "https://app.netsepio.com" },
{ name: "Erebrus", link: "https://erebrus.io" },
{ name: "Sotreus", link: "https://sotreus.com" },
{
Expand All @@ -216,14 +219,14 @@ export const footerContents = [
{ name: "Telegram bot", link: "https://telegram.me/netsepiobot" },
],
},
{
title: "Company",
content: [
{ name: "Privacy Policy", link: "/privacy" },
{ name: "Terms of use", link: "/terms" },
{ name: "FAQs", link: "/faq" },
],
},
// {
// title: "Company",
// content: [
// { name: "Privacy Policy", link: "/privacy" },
// { name: "Terms of use", link: "/terms" },
// { name: "FAQs", link: "/faq" },
// ],
// },
];

export const faq = [
Expand Down

0 comments on commit 5a333d6

Please sign in to comment.