website: point home Pro CTA at /pay#400
Conversation
The "Pro - alpha access" section on the home page was still linking to /early-access. Swap it to /pay and relabel the button "Get Pro" to match the live checkout flow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
There was a problem hiding this comment.
Code Review
This pull request updates the call-to-action button on the homepage from a waitlist sign-up to a direct payment link. However, this change introduces a pricing inconsistency, as the homepage text advertises a $30 price while the linked payment page lists it as $50. It is recommended to update the copy to ensure consistent pricing across both pages.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
|
||
| <div class="hero-buttons"> | ||
| <a href="{{ '/early-access' | relative_url }}" class="btn btn-green">Join the waitlist</a> | ||
| <a href="{{ '/pay' | relative_url }}" class="btn btn-green">Get Pro</a> |
There was a problem hiding this comment.
Linking this button directly to /pay introduces a pricing inconsistency. The text immediately above (on line 92) states that Round 2 alpha is $30 one-time, but the /pay page (website/pay.md) lists the price as $50 one-time. Users clicking "Get Pro" expecting a $30 price will see $50 on the checkout page, which can cause confusion. Consider updating the home page text to reflect the $50 price, or updating the /pay page to offer the $30 price.



Summary
/early-access; switch it to/payTest plan
/pay