import { ArrowRight, Mail, Phone } from "lucide-react"; import { Button } from "@/components/ui/button"; import { cn } from "@/lib/utils"; interface Footer27Props { className?: string; } const Footer27 = ({ className }: Footer27Props) => { return ( ); }; export { Footer27 };