"use client"; import Link from "next/link"; import { SITE_CONFIG } from "../config/course"; const CHAT_URL = "https://chatwoot.hackrobot.cn/livechat?user_id=hackrobot"; export function Footer() { return ( ); }