← snapshot
import { VoiceLab } from "@/components/lab/voice-lab"; export const metadata = { title: "Voice lab · lovelace" }; export default function VoiceLabPage() { return <VoiceLab />; }