Scroll-triggered infinite contact section with GSAP animations. Contact info animates infinitely as you scroll.
| Prop | Type | Default | Description |
|---|---|---|---|
| data | Array<{ label: string; value: string }> | default contacts | Array of contact items. Each item has: label (person name/role), value (position/title) |
| images | string[] | default avatars | Array of image URLs for the contact avatars |