import { useId } from "react"; export function CircleBackground({ color, width = 558, height = 558, ...props }) { const id = useId(); return ( ); }