diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx new file mode 100644 index 0000000..0e2ae67 --- /dev/null +++ b/src/components/Footer.tsx @@ -0,0 +1,82 @@ +import { Link } from "react-router-dom"; +import { Button } from "@/components/ui/button"; +import { Twitter, Linkedin, Github, MapPin, Phone, Mail } from "lucide-react"; + +export default function Footer() { + return ( + + ); +} \ No newline at end of file