diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 79bff8b..5c2405d 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,12 +1,49 @@ import logoImage from "@/assets/logo.png"; +import { Instagram } from "lucide-react"; + +const TikTokIcon = ({ className }: { className?: string }) => ( + + + +); + const Footer = () => { - return + ); }; + export default Footer; \ No newline at end of file