Skip to content

Commit b7c6c54

Browse files
committed
more changes all around
1 parent c33fe82 commit b7c6c54

File tree

8 files changed

+40
-40
lines changed

8 files changed

+40
-40
lines changed

src/_data/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "codeGROOVE",
33
"url": "https://codegroove.dev",
4-
"description": "Reduce your time to ship code by 90%",
4+
"description": "Out-ship your competition with powerful developer tools",
55
"author": {
66
"name": "codeGROOVE Team",
77
"email": "ohai@codegroove.dev"

src/_layouts/post.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ layout: base.njk
2525

2626
<div class="blog-footer mt-4">
2727
<div class="highlight-box text-center">
28-
<h3>Ready to ship 90% faster?</h3>
28+
<h3>Ready to out-ship your competition?</h3>
2929
<p>Let's discuss how codeGROOVE can transform your development velocity.</p>
3030
<a href="#" class="cta-button-small mt-2" onclick="sendEmail(); return false;">Get in Touch</a>
3131
</div>

src/about.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ description: codeGROOVE builds developer tools that respect your flow.
5555

5656
<div style="text-align: center; padding: 3rem 0;">
5757
<h2 style="font-size: 2rem; margin-bottom: 1rem;">
58-
Ready to Ship 90% Faster?
58+
Ready to Out-ship Your Competition?
5959
</h2>
6060
<p style="font-size: 1.25rem; margin-bottom: 2rem; color: var(--color-gray);">
6161
Let's build something amazing together.

src/blog.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ description: Thoughts on building better developer tools.
4444
<p>We're preparing posts on topics like:</p>
4545
<ul style="margin-top: 1rem; padding-left: 1.5rem; text-align: left;">
4646
<li>How to reduce shipping time by 90%</li>
47-
<li>Eliminating context switching in enterprise teams</li>
47+
<li>Eliminating context switching in development teams</li>
4848
<li>Building developer tools that scale</li>
49-
<li>Enterprise security without the slowdown</li>
49+
<li>Security best practices without the slowdown</li>
5050
</ul>
5151
<p class="mt-3"><strong>Get notified when we publish.</strong></p>
5252
<a href="#" class="cta-button-small mt-2" onclick="sendEmail(); return false;">Get in Touch</a>

src/contact.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: Get in touch with the codeGROOVE team.
1414
<section class="container">
1515
<div class="content-section text-center" style="max-width: 600px; margin: 0 auto;">
1616
<p style="font-size: 1.25rem; line-height: 1.8; margin-bottom: 3rem;">
17-
Ready to ship 90% faster? Let's discuss how codeGROOVE can transform your enterprise development velocity.
17+
Ready to out-ship your competition? Let's discuss how codeGROOVE can transform your development velocity.
1818
</p>
1919

2020
<a href="#" class="cta-button" onclick="sendEmail(); return false;">Get in Touch</a>

src/css/main.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ a:hover {
557557
/* Page Specific Styles */
558558
.page-header {
559559
background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
560-
padding: calc(var(--spacing-section) * 1.2) 0 calc(var(--spacing-section) * 0.8);
560+
padding: calc(var(--spacing-section) * 0.6) 0 calc(var(--spacing-section) * 0.5);
561561
margin-bottom: 0;
562562
position: relative;
563563
text-align: center;
@@ -566,18 +566,18 @@ a:hover {
566566
.page-header::after {
567567
content: '';
568568
position: absolute;
569-
bottom: -60px;
569+
bottom: -30px;
570570
left: 50%;
571571
transform: translateX(-50%);
572-
width: 80%;
573-
height: 120px;
572+
width: 60%;
573+
height: 60px;
574574
background: radial-gradient(ellipse at center top, var(--color-primary-light), transparent);
575575
pointer-events: none;
576-
opacity: 0.6;
576+
opacity: 0.4;
577577
}
578578

579579
.page-header h1 {
580-
margin-bottom: calc(var(--spacing-unit) * 1.5);
580+
margin-bottom: calc(var(--spacing-unit) * 1);
581581
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
582582
}
583583

src/index.njk

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: base.njk
3-
title: Ship 90% Faster - Enterprise Developer Tools
4-
description: Reduce your time to ship code by 90%. Built for enterprises that need to move fast without breaking things.
3+
title: Out-ship Your Competition - Developer Tools for Teams
4+
description: Out-ship your competition. Built for teams and open-source projects that need to move fast without breaking things.
55
---
66

77
<section class="hero">
88
<div class="container">
99
<div class="hero-content">
1010
<div class="hero-text">
11-
<h1>Ship 90% faster.</h1>
12-
<p class="tagline">Reduce your time to ship code dramatically.</p>
11+
<h1>Out-ship your competition.</h1>
12+
<p class="tagline">Reduce code review time by 90%.</p>
1313
<p style="font-size: 1.125rem; margin: 2rem 0; color: var(--color-gray-dark);">
14-
Built for enterprises that need to move fast without breaking things.
14+
Built for teams and open-source projects that need to move fast without breaking things.
1515
</p>
1616
<a href="javascript:void(0)" class="cta-button mt-3" onclick="sendEmail()">Get in Touch</a>
1717
</div>
@@ -27,7 +27,7 @@ description: Reduce your time to ship code by 90%. Built for enterprises that ne
2727
<h2>The Promise</h2>
2828
<div class="funk-divider"></div>
2929
<p style="max-width: var(--max-width-narrow); margin: 0 auto;">
30-
Our tools bring the average push-to-merge cycle time down from <strong>4 days to 3.5 hours</strong>. Less context switching. Less tool fatigue. More shipping.
30+
Our tools bring the average push-to-merge cycle time down from <strong>4 days to 3 hours</strong>. Less context switching. Less tool fatigue. More shipping.
3131
</p>
3232
<div class="highlight-box" style="max-width: 700px; margin: 3rem auto; background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-blue) 100%);">
3333
<h3 style="color: white; margin-bottom: 1rem;">Save Money</h3>
@@ -50,8 +50,8 @@ description: Reduce your time to ship code by 90%. Built for enterprises that ne
5050
<p>Don't waste human cycles on what machines can do. Automate everything automatable.</p>
5151
</div>
5252
<div class="card">
53-
<h3>Enterprise Ready</h3>
54-
<p>Built for teams that need to move fast without breaking things. SOC2, SSO, and enterprise security included.</p>
53+
<h3>Team & Enterprise Ready</h3>
54+
<p>Built for all teams that need to move fast - from open-source projects to enterprises. SOC2, SSO, and enterprise security available.</p>
5555
</div>
5656
</div>
5757
</div>
@@ -60,7 +60,7 @@ description: Reduce your time to ship code by 90%. Built for enterprises that ne
6060
<section style="background: var(--color-gray-light); padding: var(--spacing-section) 0;">
6161
<div class="container text-center">
6262
<div class="highlight-box" style="max-width: var(--max-width-narrow); margin: 0 auto; background: var(--color-white); box-shadow: var(--shadow-strong);">
63-
<h2 style="margin-bottom: calc(var(--spacing-unit) * 2);">Ready to ship 90% faster?</h2>
63+
<h2 style="margin-bottom: calc(var(--spacing-unit) * 2);">Ready to out-ship your competition?</h2>
6464
<p style="max-width: 500px; margin: 0 auto calc(var(--spacing-unit) * 2);">
6565
Let's discuss how codeGROOVE can transform your development velocity.
6666
</p>

src/open-source.njk

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
---
22
layout: base.njk
33
title: Open Source
4-
description: codeGROOVE's commitment to open source.
4+
description: Real tools for real developers. Always open, always free.
55
---
66

77
<section class="page-header">
88
<div class="container">
99
<h1>Open Source</h1>
10-
<p class="tagline">Built with the community.</p>
10+
<p class="tagline">The only way to write developer tools in 2025.</p>
1111
</div>
1212
</section>
1313

1414
<section class="container">
1515
<div class="content-section" style="max-width: 800px; margin: 0 auto;">
16-
<p style="font-size: 1.25rem; line-height: 1.8; text-align: center;">
17-
Open source isn't just how we build. It's why we build.
16+
<p style="font-size: 1.25rem; line-height: 1.8; text-align: center; color: var(--color-gray); margin-bottom: 3rem;">
17+
Everything we've built stands on the shoulders of open source giants. Our tools are our way of giving back to the community that built us.
1818
</p>
1919

2020
<div class="feature-grid mt-4">
21-
<div class="card text-center">
22-
<h3>Free Forever</h3>
23-
<p>All our tools are free for open source projects. No limits. No catches.</p>
21+
<div class="card">
22+
<h3>🚀 For Contributors</h3>
23+
<p>Fix that annoying bug. Add that missing feature. Your contributions ship to production, not into a black hole. Integrate with your existing CI/CD workflows.</p>
2424
</div>
25-
<div class="card text-center">
26-
<h3>Building in Public</h3>
27-
<p>Our roadmap, development, and decision-making happen in the open.</p>
25+
<div class="card">
26+
<h3>🏢 For Enterprises</h3>
27+
<p>Complete source code access for security audits. Deploy in air-gapped environments. Customize to match your compliance requirements.</p>
2828
</div>
29-
<div class="card text-center">
30-
<h3>Community First</h3>
31-
<p>Your feedback shapes what we build. Your success is our success.</p>
29+
<div class="card">
30+
<h3>🛡️ For Open Source Projects</h3>
31+
<p>No more commercial tools pulling the rug out with license changes. Fork and self-host if needed. Community governance where your voice matters.</p>
32+
</div>
33+
<div class="card">
34+
<h3>🔍 For Everyone</h3>
35+
<p>Debug that weird edge case by reading the source. Learn from battle-tested code. Trust what you can verify. Tools that outlive their creators.</p>
3236
</div>
3337
</div>
3438

35-
<div class="text-center" style="margin-top: 4rem;">
36-
<h2>Coming Soon</h2>
37-
<p style="color: var(--color-gray); margin-bottom: 2rem;">
38-
Links to our repositories, contribution guidelines, and community resources.
39-
</p>
40-
<a href="#" class="cta-button" onclick="sendEmail(); return false;">Get in Touch</a>
39+
<div class="text-center" style="margin-top: 3rem;">
40+
<a href="#" class="cta-button" onclick="sendEmail(); return false;">Join the Waitlist</a>
4141
</div>
4242
</div>
4343
</section>

0 commit comments

Comments
 (0)