function Component() {
return (
<div className="flex items-center rounded-full border border-border bg-background p-1 shadow shadow-black/5">
<div className="flex -space-x-1.5">
<img
className="rounded-full ring-1 ring-background"
src="https://cdn.21st.dev/assets/localized/8ab4cd865aa6b62352300cf71c5805c86d8523505636e2a499cda7932a803953.jpg"
width={20}
height={20}
alt="Avatar 01"
/>
<img
className="rounded-full ring-1 ring-background"
src="https://cdn.21st.dev/assets/localized/a2ee1266115ad682a19f5d4752ea8efa7eefa3ae03e658f500cbb3e1a6145b0b.jpg"
width={20}
height={20}
alt="Avatar 02"
/>
<img
className="rounded-full ring-1 ring-background"
src="https://cdn.21st.dev/assets/localized/f8db32ee1fe8c51fa678e3325eee3f8bf72a3a8cc8947784d5ef9c7bf5fb8adb.jpg"
width={20}
height={20}
alt="Avatar 03"
/>
<img
className="rounded-full ring-1 ring-background"
src="https://cdn.21st.dev/assets/localized/449ffab8e7b480176aaea3dd5578119223a41e2e0c92c805a5a6b71ca4cbdd14.jpg"
width={20}
height={20}
alt="Avatar 04"
/>
</div>
<p className="px-2 text-xs text-muted-foreground">
Trusted by <strong className="font-medium text-foreground">60K+</strong>{" "}
developers.
</p>
</div>
);
}
export { Component };
export default Component;