From 37c8f4221f4913c83ad95e4f3647f91dc1beef50 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 16 Feb 2025 13:06:43 +0100 Subject: [PATCH] Create footer2.tsx --- web/components/footer2.tsx | 60 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 web/components/footer2.tsx 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 ( + + ) +}