# ProfileHero

Render the shared profile banner pattern. The ultimate 'Look at me!' component for personal portfolios.

## Notes

- Keep longer biography copy outside the primitive. This is just the flashy intro.
- Use a meaningful avatarAlt string rather than decorative alt text.



## Example

```astro
<ProfileHero name="Matt Riley" subtitle="Senior Software Engineer" avatarSrc={avatar} avatarAlt="Matt Riley" />
```
