import Link from "next/link"; import { Globe2, Mail, MapPin, Phone } from "lucide-react"; import { contact, navigation } from "@/app/content"; export function SiteFooter() { return ( ); }