'use client' import React from "react"; import Link from "next/link"; import Image from "next/image"; 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/", }, ]; const FooterFive = () => { return (
brand
{/* End .col */}
Find us on Social Media
{/* End .col */}
We’r always happy to help.
ask@jdeski.com
{/* End .col */}
); }; export default FooterFive;