graph TD
A[Start] --> B[EmailAndSocialCopyAgent]
B --> C[Write Email Copy]
B --> D[Write Social Media Copy]
C --> E[Include Hoplink]
D --> F[Include Hoplink]
E --> G[Combine into email_social_promos.txt]
F --> G
G --> H[End]
I[BlogAdvertorialAgent] --> J[Extract Data from Sales Page]
J --> K[Process Product Benefits]
K --> L[Write 300-500 Word Article]
L --> M[Insert Hoplinks]
M --> N[Save as blog_advertorial.html]
N --> H
O[BannerCreationAgent] --> P[Generate Banner Text]
P --> Q[Create 600x300 Image]
Q --> R[Save as quietum_plus_banner.png]
R --> H
style A fill:#f9f,stroke:#333
style H fill:#f9f,stroke:#333