import React from "react";
import Link from "next/link";
import Image from "next/image";
const FooterEight = () => {
return (
{/* /.about-widget */}
Links
-
Home
-
Pricing
-
About us
-
Careers
-
Features
-
Blog
-
Demo the product
{/* /.footer-list */}
Legal
-
Terms of use
-
Terms & conditions
-
Privacy policy
-
Cookie policy
{/* /.footer-list */}
Products
-
Take the tour
-
Live chat
-
Self-service
-
Docs
-
Info Box
-
deski Reviews
{/* /.footer-list */}
// /.row
);
};
export default FooterEight;