"use client"; import { motion } from "framer-motion"; import { MapPin, Phone } from "lucide-react"; export default function Footer() { return ( ); }