From fa81c1566b8160ad5cf4f80fa0ba64ee6eb9367d Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 17:06:51 +0000 Subject: [PATCH] Update components/footer.tsx --- components/footer.tsx | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 components/footer.tsx diff --git a/components/footer.tsx b/components/footer.tsx new file mode 100644 index 0000000..ef2a5e3 --- /dev/null +++ b/components/footer.tsx @@ -0,0 +1,39 @@ +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import Link from "next/link"; + +export function Footer() { + return ( + + ); +}