import React from "react"; import Link from "next/link"; const socialContent = [ { icon: "fa-facebook", link: "https://www.facebook.com/", }, { icon: "fa-twitter", link: "https://twitter.com/", }, { icon: "fa-linkedin", link: "https://www.linkedin.com/", }, ]; import Image from "next/image"; const FooterSix = () => { return (
logo
{/* End .col */}
Find us on Social Media
{/* End .social-icon */}
{/* End .col */}
We’r always happy to help.
ask@jdeski.com
{/* End .col */}
); }; export default FooterSix;