diff --git a/components/footer/FooterFinSite.jsx b/components/footer/FooterFinSite.jsx index ae4f7f6..34af24c 100644 --- a/components/footer/FooterFinSite.jsx +++ b/components/footer/FooterFinSite.jsx @@ -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 */}