Skip to content

Commit 1a693be

Browse files
committed
Product/support tuning
1 parent 5e52cfc commit 1a693be

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

src/assets/css/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ body {
119119
.nav-logo .logo-prefix {
120120
color: #888;
121121
opacity: 0.75;
122-
margin-right: 0;
122+
margin-right: -2px;
123123
font-size: 0.95em;
124124
}
125125

@@ -177,9 +177,10 @@ body {
177177
transform: translateY(-50%);
178178
flex-direction: column;
179179
justify-content: center;
180+
align-items: center;
180181
gap: calc(var(--space) / 2);
181-
width: 30px;
182-
height: 30px;
182+
width: 44px;
183+
height: 44px;
183184
background: transparent;
184185
border: none;
185186
cursor: pointer;

src/products/ready-to-review.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Ready to Review - Hyper-Intelligent Pull Request Notification & Assignmen
1515
<img src="/assets/review-goose.png" alt="Ready to Review" class="support-hero-image" />
1616
</picture>
1717
<div class="support-hero-content">
18-
<p class="support-hero-title">PULL REQUEST NOTIFICATIONS FOR TEAMS THAT GET SHIT DONE.</p>
18+
<p class="support-hero-title">PULL REQUEST NOTIFICATIONS FOR TEAMS THAT GET THINGS DONE.</p>
1919
<p class="support-hero-text">PRs that merge in minutes, not days. Actionable real-time notifications and Slack channel messages. Automated reviewer assignments based on "git blame". Auto-opening PRs. Goose sounds. Available for Slack, Desktop, Web, and CLI.</p>
2020
</div>
2121
</div>
@@ -34,8 +34,8 @@ title: Ready to Review - Hyper-Intelligent Pull Request Notification & Assignmen
3434
</div>
3535

3636
<div class="card card--green u-mt-40">
37-
<h2 class="product-card__title product-card__title--white">Calculate What PR Delays Cost Your Team</h2>
38-
<p class="product-card__text product-card__text--white">See the real dollar impact. Public repos only. For private repos, run <a href="https://github.com/codeGROOVE-dev/prcost" style="color: var(--yellow); text-decoration: underline;">prcost</a> locally.</p>
37+
<h2 class="product-card__title product-card__title--white">Calculate Your Team's Savings</h2>
38+
<p class="product-card__text product-card__text--white">See how much Ready to Review will save your team by cutting PR latency. Public repos only. For private repos, run <a href="https://github.com/codeGROOVE-dev/prcost" style="color: var(--yellow); text-decoration: underline;">prcost</a> locally.</p>
3939
<form class="roi-form roi-form--custom" action="https://cost.github.codegroove.app/" method="get" target="_blank">
4040
<input type="hidden" name="sample" value="50">
4141
<input type="hidden" name="days" value="60">

src/support/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Support
1010
<h1>SUPPORT</h1>
1111

1212
<div class="card card--white">
13-
<img src="/assets/goose-headphones-384.png" alt="Support" class="support-hero-image" />
13+
<img src="/assets/goose-support.png" alt="Support goose with headset" class="support-hero-image" />
1414
<div class="support-hero-content">
1515
<p class="support-hero-title">WE'RE HERE TO HELP</p>
1616
<p class="support-hero-text">Whether you have questions, need technical assistance, or want to provide feedback, we've got you covered.</p>
@@ -34,7 +34,7 @@ title: Support
3434
</div>
3535

3636
<div class="about-contact-section">
37-
<h2>NEED TO TALK?</h2>
37+
<h2>WANT TO TALK?</h2>
3838
<p>For general inquiries or to discuss your team's needs:</p>
3939
<div class="about-contact-links">
4040
<a href="#" class="cta-button cta-button--yellow" id="email-contact" data-email-prefix="we-got-you">Email us</a>

0 commit comments

Comments
 (0)