fix(public): add pre-launch early-access CTA to Promptly and Drishti pages - #32
Conversation
…pages The pre-launch product pages had support and privacy links but no interest-capture path. Add a primary 'Get early access' button in each hero that opens a prefilled email to the studio inbox, matching the site's existing privacy-preserving mailto application pattern; support and privacy stay as secondary ghost buttons.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Drishti and Promptly hero sections now provide mailto-based early-access actions. Their support links use ghost buttons. Privacy links remain unchanged. ChangesHero action links
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
Closes the improvement-loop item: pre-launch /promptly/ and /drishti/ product pages offer no interest-capture path — primary CTA.
Change
Get early accessbutton (the page's primary CTA) that opens a prefilled email to the studio inbox (mailto:support@tinystudio.in?subject=<App>%20early%20access).Why mailto
The site is static with a documented no-forms / no-analytics / no-cookie posture (enforced by
test-public-conversion-signal.mjs), and the established interest-capture pattern on the site is a prefilled mailto route (The Website Correction application). Nothing is sent until the visitor presses send in their own email app; the prefilled subject is the operator-visible signal.Validation
npm run check: 137 checks, 0 failures (matches clean-main baseline).git diff --check: clean.test-public-link-targetscovers the new CTAs via the.button/.ghost-buttonclasses (48px targets).Summary by CodeRabbit
New Features
Style