"use client" import { Icon } from "@iconify/react" const ACCENT = "#34A853" const DEVICES = [ { icon: "mdi:microphone", label: "MacBook Pro · Micro" }, { icon: "mdi:video", label: "Caméra FaceTime HD" }, { icon: "mdi:volume-high", label: "Haut-parleurs système" }, ] as const const WAITING = [ { name: "Léa Fontaine", color: "#34A853" }, { name: "Vincent Morel", color: "#4285F4" }, ] as const /** Aperçu statique du lobby UltiMeet — réglages caméra/micro avant de rejoindre. */ export function UltimeetLobbyDemo() { return (