"use client"; import Link from "next/link"; import { SITE_CONFIG } from "@/config/course"; import { ShareButton } from "./ShareButton"; import { CommunityButton } from "./CommunityButton"; export function Footer() { return ( ); }