[ ] Have we added the "[Status] String Freeze" label as soon as any new strings were ready for translation (p4TIVU-5Jq-p2)?
[ ] For changes affecting Jetpack: Have we added the "[Status] Needs Privacy Updates" label if this pull request changes what data or activity we track or use (p4TIVU-aUh-p2)?
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser:
Sections (~11 bytes added 📈 [gzipped])
```
name parsed_size gzip_size
a8c-for-agencies-overview +96 B (+0.0%) +11 B (+0.0%)
```
Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to.
Legend
What is parsed and gzip size?
**Parsed Size:** Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory.
**Gzip Size:** Compressed size of the JS and CSS files. This much data needs to be downloaded over network.
Proposed Changes
This PR adds an animation video for the Agency tier feature announcement modal.
Note: We will show the image that was previously shown on mobile devices
Testing Instructions
https://github.com/user-attachments/assets/9d836194-9995-422a-83d3-be576ad9e8a4
Mobile view:
Pre-merge Checklist