e382641ac3
## Summary Updates the avatar URLs for seeded founders to use properly named images instead of generic numbered placeholder images. ## Changes Updates `prefill-people.ts` to reference new image paths in `twentyhq/placeholder-images/founders/`: | Person | Company | New Image Path | |--------|---------|----------------| | Brian Chesky | Airbnb | `founders/brian-chesky.jpg` | | Dario Amodei | Anthropic | `founders/dario-amodei.jpg` | | Patrick Collison | Stripe | `founders/patrick-collison.jpg` | | Dylan Field | Figma | `founders/dylan-field.jpg` | | Ivan Zhao | Notion | `founders/ivan-zhao.jpg` | ## Related Requires a corresponding PR on `twentyhq/placeholder-images` to add the actual founder headshot images to the `founders/` directory. ## Why The previous placeholder images were generic numbered images that didn't represent the actual people. This creates a single source of truth for founder images that all workspaces can reference.