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 (

Zen Browser

Follow Us

Get Started

Get Help

About

Resources

Support Us

Crafted with ❤️ by the community - Copyright ©{" "} {new Date().getFullYear()} Zen Browser

); }