import React from "react"; import Link from "next/link"; import Image from "next/image"; const linksFooterContent = [ { itemName: "Home", routePath: "/", }, { itemName: "Product", routePath: "/product-customer-support", }, { itemName: "Pricing", routePath: "/pricing-pm", }, { itemName: "About us", routePath: "/about-pm", }, { itemName: "Features", routePath: "/solution-management", }, { itemName: "Blog", routePath: "/blog-v4", }, { itemName: "Help & Support", routePath: "/login", }, { itemName: "API documentation", routePath: "/doc-full-width", }, ]; const legalFooterContent = [ { itemName: "Terms of use", routePath: "/terms-conditions", }, { itemName: "Terms & conditions", routePath: "/terms-conditions", }, { itemName: "Privacy policy", routePath: "/terms-conditions", }, { itemName: "Cookie policy", routePath: "", }, ]; const productsFooterContent = [ { itemName: "Take the tour", routePath: "/product-customer-support", }, { itemName: "Team", routePath: "/team-5", }, { itemName: "Self Service", routePath: "/features-customer-support", }, { itemName: "News", routePath: "/blog-v3", }, { itemName: "About us", routePath: "/about-doc", }, { itemName: "Contact", routePath: "/contact-cs", }, ]; const FooterFour = () => { return (
brand
{/* /.footer-list */}
Links
{/* /.footer-list */}
Legal
{/* /.footer-list */}
Products
{/* /.footer-list */}
); }; export default FooterFour;