diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx new file mode 100644 index 0000000..156a5cb --- /dev/null +++ b/src/components/layout/Footer.tsx @@ -0,0 +1,91 @@ +import { Camera, Globe, Mail, MapPin, MessageCircle, Phone, Video, X } from 'lucide-react' + +export default function Footer() { + return ( + + ) +} \ No newline at end of file