From f352c66a6f0a42b43457f39f317f72f92604d423 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:12:06 +0000 Subject: [PATCH] Changes --- src/components/Footer.tsx | 43 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) 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