import { LogoSimple } from '@/app/_components/logo'; import NAVIGATIONS from '@/data/navigations.json'; import SOCIALS from '@/data/socials.json'; import Link from 'next/link'; export default function Footer() { return ( ); }