diff --git a/web/components/footer2.tsx b/web/components/footer2.tsx deleted file mode 100644 index 5339585..0000000 --- a/web/components/footer2.tsx +++ /dev/null @@ -1,61 +0,0 @@ -"use client" - -import Link from "next/link" -import { MessageCircle } from "lucide-react" -import Image from "next/image" - -export default function Footer() { - return ( - - ) -} -