'use client' interface RealtimeVisitorsProps { count: number } export default function RealtimeVisitors({ count }: RealtimeVisitorsProps) { return (