fix conttents
This commit is contained in:
@@ -16,16 +16,16 @@ const linksFooterContent = [
|
||||
// routePath: "/pricing-pm",
|
||||
// },
|
||||
{
|
||||
itemName: "About us",
|
||||
routePath: "/about-pm",
|
||||
itemName: "Performance Marketing",
|
||||
routePath: "/performance",
|
||||
},
|
||||
// {
|
||||
// itemName: "Features",
|
||||
// routePath: "/solution-management",
|
||||
// },
|
||||
{
|
||||
itemName: "Blog",
|
||||
routePath: "/blog-v4",
|
||||
itemName: "Content Marketing",
|
||||
routePath: "/content",
|
||||
},
|
||||
// {
|
||||
// itemName: "Help & Support",
|
||||
@@ -66,20 +66,20 @@ const productsFooterContent = [
|
||||
// routePath: "/team-5",
|
||||
// },
|
||||
{
|
||||
itemName: "Services",
|
||||
itemName: "Facebook",
|
||||
routePath: "#",
|
||||
},
|
||||
{
|
||||
itemName: "News",
|
||||
routePath: "/blog-v3",
|
||||
itemName: "Twitter(x)",
|
||||
routePath: "#",
|
||||
},
|
||||
// {
|
||||
// itemName: "About us",
|
||||
// routePath: "/about-doc",
|
||||
// },
|
||||
{
|
||||
itemName: "Contact",
|
||||
routePath: "/contact-cs",
|
||||
itemName: "News",
|
||||
routePath: "#",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -105,7 +105,7 @@ const FooterFinSite = () => {
|
||||
{/* /.footer-list */}
|
||||
|
||||
<div className="col-lg-3 col-md-4 footer-list">
|
||||
<h5 className="footer-title font-slab">Links</h5>
|
||||
<h5 className="footer-title font-slab">Services</h5>
|
||||
<ul>
|
||||
{linksFooterContent.map((list, i) => (
|
||||
<li key={i}>
|
||||
@@ -129,7 +129,7 @@ const FooterFinSite = () => {
|
||||
{/* /.footer-list */}
|
||||
|
||||
<div className="col-xl-2 col-lg-3 col-md-4 footer-list">
|
||||
<h5 className="footer-title font-slab">Products</h5>
|
||||
<h5 className="footer-title font-slab">Social</h5>
|
||||
<ul className="pe-5">
|
||||
{productsFooterContent.map((list, i) => (
|
||||
<li key={i}>
|
||||
|
||||
Reference in New Issue
Block a user