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