"use client"; import Link from "next/link"; import AnalyticsWidget from "./AnalyticsWidget"; export default function Footer() { return ( ); }