Polished voice chat component with smooth expand/collapse animations.
import { VoiceChat } from "@/components/ui/audio-chat" export default function Page() { return ( <main className="min-h-screen bg-muted/30 flex items-center justify-center p-8 w-full"> <VoiceChat /> </main> ) }