Skip to content

Commit c08a41d

Browse files
committed
Improve callout
1 parent d1ef950 commit c08a41d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

internal/server/static/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,10 +1324,9 @@ <h3>Why calculate PR costs?</h3>
13241324
const targetName = sourceName || 'you';
13251325

13261326
html += '<div class="efficiency-callout">';
1327-
html += '<p style="font-size: 20px; font-weight: 600; margin-bottom: 20px; line-height: 1.4;">Your eng team isn't slow. Your process is.</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>';
1330-
html += '<p style="font-size: 15px; color: #6e6e73; margin-bottom: 16px;">Free forever 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't slow. Your process is.</p>";
1328+
html += `<p style="font-size: 17px; margin-bottom: 16px;">codeGROOVE can save <strong>${targetName}</strong> <strong>${savingsFormatted}+ annually</strong>—that's <strong>${headcountSavings} senior engineers</strong> worth of productivity back on your team.</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> Free forever for open-source projects.</p>';
13311330
html += '<p style="margin: 0;"><a href="mailto:go-faster@codeGROOVE.dev" style="font-size: 17px;">go-faster@codeGROOVE.dev</a></p>';
13321331
html += '</div>';
13331332
}

0 commit comments

Comments
 (0)