import Link from 'next/link' import { HiSparkles, HiMail, HiPhone, HiArrowUp } from 'react-icons/hi' export default function Footer() { const scrollToTop = () => { window.scrollTo({ top: 0, behavior: 'smooth' }) } const currentYear = new Date().getFullYear() return ( ) }