Skip to content

Commit 394eb1d

Browse files
author
Test
committed
feat: integrate Stripe checkout links on pricing page
Added Stripe Payment Links for Pro and Team plans: - Pro: Sandbox checkout link - Team: Sandbox checkout link
1 parent 0ec6d90 commit 394eb1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pricing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ <h1>Simple, Transparent Pricing</h1>
303303
<li>Custom prompts library</li>
304304
<li>Email support</li>
305305
</ul>
306-
<a href="/live" class="plan-cta primary">Start Free Trial</a>
306+
<a href="https://buy.stripe.com/test_14AfZgcwl4m7frb8c74F200" class="plan-cta primary">Subscribe to Pro</a>
307307
</div>
308308

309309
<!-- Team Tier -->
@@ -324,7 +324,7 @@ <h1>Simple, Transparent Pricing</h1>
324324
<li>Audit logs</li>
325325
<li>Dedicated support</li>
326326
</ul>
327-
<a href="/contact" class="plan-cta secondary">Contact Sales</a>
327+
<a href="https://buy.stripe.com/test_dRm14m0NDg4PbaVgID4F201" class="plan-cta secondary">Subscribe to Team</a>
328328
</div>
329329
</div>
330330

0 commit comments

Comments
 (0)