'use client'; import Image from 'next/image'; import { footerLinks, footerCopyright } from '@/config/footer'; export const Footer = () => { return ( ); };