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