diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx new file mode 100644 index 0000000..7e0371b --- /dev/null +++ b/src/components/Footer.tsx @@ -0,0 +1,84 @@ +import Link from 'next/link'; +import { Anchor, MapPin, Phone, Mail, Facebook, ExternalLink } from 'lucide-react'; + +export default function Footer() { + return ( + + ); +}