'use client' import Link from 'next/link' import Config from '@/config/config.export' export default function Footer() { return ( <> ) }