Skip to content

Commit ba92df7

Browse files
committed
adjust selling points
1 parent fa5bdbd commit ba92df7

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

src/products/ready-to-review.njk

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: base.njk
3-
title: Ready to Review - Enterprise-grade PR Management
3+
title: Ready to Review - Hyper-Intelligent Pull Request Notification & Assignment System - for OSS, Startups, and Enterprises alike
44
---
55

66
<section class="content-hero">
@@ -15,7 +15,7 @@ title: Ready to Review - Enterprise-grade PR Management
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">ENTERPRISE-GRADE PR MANAGEMENT</p>
18+
<p class="support-hero-title">HYPER-INTELLIGENT PULL REQUEST NOTIFICATION & ASSIGNMENT SYSTEM - FOR OSS, STARTUPS, AND ENTERPRISES ALIKE</p>
1919
<p class="support-hero-text">Perfectly timed, actionable notifications that keep your team in flow. A deterministic state engine that always knows whose turn it is, what's blocking progress, and who should act next. The right notification, at the right time, in the right place.</p>
2020
</div>
2121
</div>
@@ -87,14 +87,8 @@ title: Ready to Review - Enterprise-grade PR Management
8787

8888
<div class="product-video">
8989
<h2>See It In Action</h2>
90-
<div class="video-container">
91-
<iframe
92-
src="https://www.youtube.com/embed/2A72t6JKUYU"
93-
title="Ready to Review Demo"
94-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
95-
allowfullscreen
96-
loading="lazy"
97-
></iframe>
90+
<div style="background: var(--black); border: 4px solid var(--yellow); border-radius: 12px; padding: 60px 40px; text-align: center;">
91+
<p style="font-size: 32px; font-weight: 700; color: var(--yellow); margin: 0;">Coming soon!</p>
9892
</div>
9993
</div>
10094

@@ -178,7 +172,7 @@ title: Ready to Review - Enterprise-grade PR Management
178172

179173
<div class="groove-card groove-card--yellow" style="text-align: center; padding: 40px; margin-top: 50px;">
180174
<p style="font-size: 24px; font-weight: 700; margin-bottom: 15px; color: var(--white);">KEEP YOUR TEAM IN FLOW</p>
181-
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Enterprise-grade PR management with perfectly timed notifications. Two-minute setup. Free for open source.</p>
175+
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Hyper-Intelligent Pull Request Notification & Assignment System - for OSS, Startups, and Enterprises alike - with perfectly timed notifications. Two-minute setup. Free for open source.</p>
182176
<div style="display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;">
183177
<a href="https://docs.ready-to-review.dev/getting-started/" class="cta-button cta-button--green">Get Started</a>
184178
<a href="https://calendar.app.google/TbQmeX8iWnvx6Ci89" class="cta-button">Schedule a Call</a>

src/qr/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ title: Welcome
2222

2323
<div style="background: var(--black); border: 8px solid var(--yellow); border-radius: 20px; padding: 40px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
2424
<h2 style="margin-top: 0; color: var(--yellow); font-size: 32px;">Ready to Review</h2>
25-
<p style="font-size: 20px; font-weight: 600; color: var(--cyan); margin-bottom: 20px;">Enterprise-grade GitHub pull request management.</p>
25+
<p style="font-size: 20px; font-weight: 600; color: var(--cyan); margin-bottom: 20px;">Hyper-Intelligent Pull Request Notification & Assignment System - for OSS, Startups, and Enterprises alike.</p>
2626
<p style="font-size: 18px; line-height: 1.6; margin-bottom: 20px;">Perfectly timed, actionable notifications that keep your team in flow. The right notification, at the right time, in the right place.</p>
2727

2828
<div style="margin: 30px 0;">

0 commit comments

Comments
 (0)