"use client"; import FooterContent from "./content"; const Content = FooterContent; export default function Footer() { return ( ); }