"use client"; import { Footer, Item } from "@/types/landing"; export default ({ footer }: { footer: Footer }) => { return ( ); };