import { siteConfig } from '@/lib/config'; export function SiteFooter() { const { social } = siteConfig; return ( ); }