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 ( + + ); +}