import React from 'react'; import Link from 'next/link'; import { Link as LinkScroll} from 'react-scroll'; import * as Icon from 'react-feather'; const Footer = ({info,social,desc,isHome}) => { info = (info == null)?{ Email : "", Telp :"", Address : "", }:info; isHome = (isHome == null)?true:isHome; const currentYear = new Date().getFullYear(); const Socials = (social)?social.map((data,idx)=>{ return(