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