1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-18 01:49:08 +00:00

Link directly to subscription path when subscribing

much better than having to chose the plan a second time
This commit is contained in:
davegson 2021-12-01 17:48:13 +01:00
parent c7814fbdc5
commit 7a7fdbc25f

View file

@ -221,7 +221,7 @@ layout: page
<li class="pt-4 opacity-55">17% off compared to Beta-Prices</li>
</ul>
<div class="pt-16">
<a href="{{ site.account_server_url }}pricing">
<a href="{{ site.account_server_url }}plans/1/subscribe">
<button type="button" style="background-color: #000;" class="w-full text-center items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white transition duration-150 ease-in-out uppercase">
Pre-Order
</button>
@ -244,7 +244,7 @@ layout: page
<li class="pt-4 opacity-55">30% off compared to Beta-Prices</li>
</ul>
<div class="pt-16">
<a href="{{ site.account_server_url }}pricing">
<a href="{{ site.account_server_url }}plans/2/subscribe">
<button type="button" style="background-color: #000;" class="w-full text-center items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white transition duration-150 ease-in-out uppercase">
Pre-Order
</button>