Background · change a prop and it updates.
<OrbitingElements> {[Atom, Cpu, Boxes].map((Icon, index) => ( <Orbit key={index}> <Icon className="size-4 text-muted-foreground" /> </Orbit> ))} </OrbitingElements>