You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Strip + from grade if present (e.g., "C+" → "C")
1313
-
constgradeForDisplay=grade.replace('+','');
1323
+
// Use sourceName if available, otherwise default to "you"
1324
+
consttargetName=sourceName||'you';
1314
1325
1315
1326
html+='<div class="efficiency-callout">';
1316
-
html+=`<p><strong>Tired of being a ${gradeForDisplay}${analysisType}?</strong></p>`;
1317
-
html+=`<p>Come talk to us at <a href="mailto:go-faster@codeGROOVE.dev">go-faster@codeGROOVE.dev</a> to save at least <strong>${savingsFormatted} a year</strong> in lost development velocity. We're serious. That's like <strong>${headcountSavings} free headcount</strong> on your team. It's free for open-source projects.</p>`;
1327
+
html+='<p style="font-size: 20px; font-weight: 600; margin-bottom: 20px; line-height: 1.4;">Your eng team isn'tslow.Yourprocessis.</p>';
1328
+
html+=`<p style="font-size: 17px; margin-bottom: 16px;">Code review latency costs <strong>${targetName}</strong> <strong>${savingsFormatted}+ annually</strong>—the output of <strong>${headcountSavings} senior engineers</strong> just evaporating.</p>`;
1329
+
html+='<p style="font-size: 17px; margin-bottom: 20px;">We collapse review cycles so your team ships faster. <strong>ROI shows week one.</strong></p>';
0 commit comments