diff --git a/src/components/footer.tsx b/src/components/footer.tsx index c020ebf..980c725 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -1,18 +1,112 @@ + import Link from "next/link"; import Logo from "./logo"; import TextReveal from "./ui/text-reveal"; +import { DiscordLogoIcon, GitHubLogoIcon } from "@radix-ui/react-icons"; +import { MastodonLogo } from "./icons/mastodon"; +import { Button } from "./ui/button"; export default function Footer() { return ( -
Crafted with ❤️ by the community - Copyright © {new Date().getFullYear()} Zen Browser
+ +