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