Skip to content

Commit 139ad88

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
tune open-source page
1 parent f74a3af commit 139ad88

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/opensource/index.njk

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ title: Open Source
2222
<div style="background: var(--black); border: 8px solid var(--yellow); border-radius: 20px; padding: 30px; margin-bottom: 30px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
2323
<h2 style="margin-top: 0;">WHY WE DO THIS</h2>
2424
<p style="margin: 0 0 10px 0;">You're already donating your time. We eliminate the context-switching overhead that kills your flow state—so you can spend more time shipping code, less time chasing PR status.</p>
25+
<p style="margin: 0 0 10px 0;">We commit 10% of our profits to the open-source projects that power our stack. When you succeed, the entire ecosystem benefits. If you're interested in our support, contact us at <a href="mailto:go-open@codegroove.dev">go-open@codegroove.dev</a>.</p>
2526
<p style="margin: 0;">We proudly donate to and support open-source projects such as: <a href="https://projectbluefin.io/">Bluefin Linux</a>, <a href="https://freebsd.org/">FreeBSD</a>, <a href="https://ghostbsd.org/">GhostBSD</a>, <a href="https://github.com/golangci/golangci-lint">golangci-lint</a>, <a href="https://www.netbsd.org/">NetBSD</a>, and <a href="https://osuosl.org/">OSU Open Source Lab</a>.</p>
2627
</div>
2728

@@ -36,7 +37,11 @@ title: Open Source
3637
</div>
3738

3839
<h2>GET STARTED</h2>
39-
<p>30-second setup. Connect your GitHub repos at <a href="https://dash.ready-to-review.dev">dash.ready-to-review.dev</a>—no code changes required.</p>
40-
<p>Questions? <a href="mailto:go-faster@codegroove.dev">go-faster@codegroove.dev</a></p>
40+
<div class="groove-card groove-card--yellow" style="text-align: center; padding: 40px;">
41+
<p style="font-size: 24px; font-weight: 700; margin-bottom: 20px; color: var(--white);">Ready to eliminate PR overhead?</p>
42+
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Sign up takes 30 seconds. Free for open source projects, forever.</p>
43+
<a href="https://github.com/apps/ready-to-review-beta" style="display: inline-block; background: var(--cyan); color: var(--black); padding: 16px 32px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 18px; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 12px rgba(92, 225, 230, 0.4);">Start Now →</a>
44+
<p style="margin-top: 30px; font-size: 16px; color: var(--white);">Questions? Email <a href="mailto:go-faster@codegroove.dev" style="color: var(--cyan); text-decoration: underline;">go-faster@codegroove.dev</a></p>
45+
</div>
4146
</div>
4247
</section>

src/products/ready-to-review.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ title: Ready to Review - Eliminate PR coordination overhead
176176
<h2>GET STARTED</h2>
177177
<div class="groove-card groove-card--yellow" style="text-align: center; padding: 40px;">
178178
<p style="font-size: 24px; font-weight: 700; margin-bottom: 20px; color: var(--white);">Ready to merge 20X faster?</p>
179-
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Sign up takes 2 minutes. Free for open source projects, forever.</p>
179+
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Sign up takes 30 seconds. Free for open source projects, forever.</p>
180180
<a href="https://github.com/apps/ready-to-review-beta" style="display: inline-block; background: var(--cyan); color: var(--black); padding: 16px 32px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 18px; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 12px rgba(92, 225, 230, 0.4);">Start Now →</a>
181181
<p style="margin-top: 30px; font-size: 16px; color: var(--white);">Questions? Email <a href="mailto:go-faster@codegroove.dev" style="color: var(--cyan); text-decoration: underline;">go-faster@codegroove.dev</a></p>
182182
</div>

0 commit comments

Comments
 (0)