"use client"; import { cn } from "@/lib/utils"; import { IconBrandDiscord, IconBrandGithub, IconBrandLinkedin, IconBrandTwitter, } from "@tabler/icons-react"; import Link from "next/link"; import React from "react"; export function Footer() { const pages = [ { title: "Privacy", href: "/privacy", }, { title: "Terms", href: "/terms", }, ]; return (
© SurfSense 2025