"use client"; import { BellOff } from "lucide-react"; export function AnnouncementsEmptyState() { return (

No announcements

You're all caught up! New announcements will appear here.

); }