outreach/templates/campaign-2-data-service.html
2025-08-15 01:03:38 -08:00

43 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{subject}}</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; }
h1 { color: #2c3e50; }
.cta { background: #27ae60; color: white; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: bold; }
.price { background: #f8f9fa; padding: 15px; border-left: 4px solid #27ae60; margin: 15px 0; }
@media (max-width: 600px) { body { padding: 10px; } }
</style>
</head>
<body>
<h1>📊 Monthly Employment Intelligence Reports for {{firmName}}</h1>
<p>Hello {{firmName}},</p>
<p>What if you received a <strong>curated monthly report</strong> of employment law opportunities in {{location}} and {{state}} - delivered to your inbox?</p>
<h2>What You Receive:</h2>
<ul>
<li>📋 <strong>Monthly PDF report</strong> with 50-100 qualified leads</li>
<li>🎯 <strong>{{location}}-specific</strong> layoffs, terminations, workplace issues</li>
<li>🔍 <strong>Pre-screened contacts</strong> with AI-analyzed case potential</li>
<li>📈 <strong>Trend analysis</strong> - which companies are laying off most</li>
<li><strong>Urgent alerts</strong> for high-value cases (mass layoffs, discrimination)</li>
</ul>
<div class="price">
<strong>Investment:</strong> $499/month<br>
<em>Includes setup, monthly reports, and urgent alerts</em>
</div>
<p>I handle all the technical work - you focus on winning cases. No software to install, no training needed.</p>
<p><a href="mailto:{{contactEmail}}?subject=Sample Report Request" class="cta">Get Sample Report</a></p>
<p>Best regards,<br>
[Your Name]<br>
Employment Intelligence Services</p>
</body>
</html>