import { AnimationContainer, Icons } from "@/components/global"; import { TextHoverEffect } from "@/components/ui/text-hover-effect"; import { Github, Linkedin } from "lucide-react"; import Link from "next/link"; const Footer = () => { return ( ); }; export default Footer;