diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx new file mode 100644 index 0000000..0ab4ebd --- /dev/null +++ b/src/components/Footer.tsx @@ -0,0 +1,22 @@ +import { Link } from "react-router-dom"; +import { Heart, Instagram, Facebook, Twitter } from "lucide-react"; + +export default function Footer() { + return ( + + ); +} \ No newline at end of file